More code clean up and missing craftings

This commit is contained in:
2023-02-23 18:15:12 +01:00
parent fe0b6b97cd
commit 5fc2fb9440
2 changed files with 31 additions and 4 deletions

View File

@@ -17,5 +17,9 @@
MODNAME="industrialtest"
local modpath=minetest.get_modpath(MODNAME)
-- table with global functions, variables etc
industrialtest={}
-- load other lua files
dofile(modpath.."/compatibility.lua")
dofile(modpath.."/compatibility.lua")
dofile(modpath.."/minerals.lua")