Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local e = commands.testforblock("-128 67 251 minecraft:lever 11")
- while true do
- if e then
- commands.setblock("-127 64 249 minecraft:redstone_torch")
- sleep(2)
- os.reboot()
- else
- commands.setblock("-127 64 249 minecraft:air")
- sleep(2)
- os.reboot()
- end
- end
Add Comment
Please, Sign In to add comment