Advertisement
CelticCoder

turtleBomber

May 13th, 2024 (edited)
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. --tnt distance ~= 80
  2. --soft explosion radius ~= 7
  3. --hard explosion radius ~= 5
  4.  
  5.  
  6. redstone.setOutput("bottom", true)
  7. while true do
  8.     turtle.placeDown()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement