mesecons_x/mesecons_regs/init.lua
2020-07-14 18:26:42 +02:00

4 lines
126 B
Lua

dofile(minetest.get_modpath("mesecons_regs").."/latch.lua");
dofile(minetest.get_modpath("mesecons_regs").."/flipflop.lua");