mesecons_x/mesecons_regs/init.lua

4 lines
126 B
Lua
Raw Normal View History

2020-07-14 18:26:42 +02:00
dofile(minetest.get_modpath("mesecons_regs").."/latch.lua");
dofile(minetest.get_modpath("mesecons_regs").."/flipflop.lua");