Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local success, data = turtle.inspect()
- if data.name == "minecraft:fire" then
- redstone.setOutput("back", false)
- turtle.place()
- turtle.suckDown(1)
- end
- if success == false then
- redstone.setOutput("back", false)
- turtle.place()
- turtle.suckDown(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement