forked from mrkubax10/industrialtest
More code clean up and missing craftings
This commit is contained in:
6
init.lua
6
init.lua
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user