mesecons_x/mesecons_autowire/init.lua
2020-07-18 13:41:25 +02:00

7 lines
364 B
Lua

mesecons_autowire = {}
dofile(minetest.get_modpath("mesecons_autowire").."/utils.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/auto_delete.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/auto_wire.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/auto_move.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/circuit.lua");