Implement Electric Furnace :O

This commit is contained in:
2023-03-07 20:41:35 +01:00
parent be74c6c2ee
commit e253564a91
4 changed files with 326 additions and 20 deletions

View File

@@ -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")