- dofile(minetest.get_modpath('sabotage')..'/nodes/power_switch.lua')
- --[[
- The sabotaged varient of a node needs to have the group sabotage=2 for the LBM/ABM to correctly swap the node
- to the non-sabotaged state should it get screwed up somehow. (This will likely happen due to my terrible code. :D)
- ]]
|