myconcrete/init.lua

7 lines
300 B
Lua
Executable File

dofile(minetest.get_modpath("myconcrete").."/concrete.lua")
dofile(minetest.get_modpath("myconcrete").."/limestone.lua")
dofile(minetest.get_modpath("myconcrete").."/mapgen.lua")
dofile(minetest.get_modpath("myconcrete").."/aliases.lua")
--dofile(minetest.get_modpath("myconcrete").."/machine.lua")