Advertisement
FreetheFr0gs

Spectrum Lava Maker

Apr 4th, 2024 (edited)
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. while true do
  2.     local success, data = turtle.inspect()
  3.  
  4.     if data.name == "minecraft:fire" then
  5.         redstone.setOutput("back", false)
  6.         turtle.place()
  7.         turtle.suckDown(1)
  8.     end
  9.  
  10.     if success == false then
  11.     redstone.setOutput("back", false)
  12.         turtle.place()
  13.         turtle.suckDown(1)
  14.     end
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement