myconcrete/init.lua

7 lines
300 B
Lua
Raw Normal View History

2016-03-15 20:17:36 -07:00
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")