]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/redstone/init.lua
Make levers and buttons work
[Crafter.git] / mods / redstone / init.lua
index 45ed90febfbee6ce0df13ec6f372da0ee6516195..423ec4c5e6f9c488933b39443d6df4e99d7f1e8f 100644 (file)
@@ -46,8 +46,8 @@ local path = minetest.get_modpath("redstone")
 --dofile(path.."/functions.lua")
 --dofile(path.."/wire.lua")
 dofile(path.."/torch.lua")
---dofile(path.."/lever.lua")
---dofile(path.."/button.lua")
+dofile(path.."/lever.lua")
+dofile(path.."/button.lua")
 dofile(path.."/repeater.lua")
 --dofile(path.."/light.lua")
 --dofile(path.."/piston.lua")