Implement Electric Furnace :O
This commit is contained in:
3
init.lua
3
init.lua
@@ -20,6 +20,9 @@ local modpath=minetest.get_modpath(MODNAME)
|
||||
-- table with global functions, variables etc
|
||||
industrialtest={}
|
||||
|
||||
-- Initial constants
|
||||
industrialtest.updateDelay=1 -- Note: Make this value smaller to make machines update more frequently (it may make server more laggy)
|
||||
|
||||
-- load other lua files
|
||||
dofile(modpath.."/compatibility.lua")
|
||||
dofile(modpath.."/api.lua")
|
||||
|
||||
Reference in New Issue
Block a user