mesecons_x/mesecons_autowire/init.lua

7 lines
364 B
Lua
Raw Normal View History

2020-07-14 18:26:42 +02:00
mesecons_autowire = {}
dofile(minetest.get_modpath("mesecons_autowire").."/utils.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/auto_delete.lua");
2020-07-15 23:22:54 +02:00
dofile(minetest.get_modpath("mesecons_autowire").."/auto_wire.lua");
2020-07-18 13:41:25 +02:00
dofile(minetest.get_modpath("mesecons_autowire").."/auto_move.lua");
dofile(minetest.get_modpath("mesecons_autowire").."/circuit.lua");