nodes.lua 302 B

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