Advertisement
aynoblo

superFurnace

Apr 12th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2.     if redstone.getInput("top") then
  3.         for i=1,16 do
  4.             turtle.suck()
  5.         end
  6.     end
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement