5 lines
131 B
Lua
5 lines
131 B
Lua
MODNAME="industrialtest"
|
|
local modpath=minetest.get_modpath(MODNAME)
|
|
|
|
-- load other lua files
|
|
dofile(modpath.."/compatibility.lua") |