Advertisement
jBlume

Lava Plume (simple lava collection)

Jul 13th, 2023 (edited)
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --Not working. Need to troubleshoot.
  2. --Used to place Blood Magic Ritual for lava in front into  tank on the top (note unable to place in tanks)
  3.  
  4. print "Magmar used Lava Plume ... It was Super effective"
  5.  
  6. turtle.select(1)
  7. while true do
  8.  turtle.place()
  9.  turtle.placeUp()
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement