Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xp = peripheral.wrap("right")
- xp.setAutoCollect(true)
- while true do
- levels = xp.getLevels()
- print(levels)
- if levels>=30 then
- turtle.select(2)
- turtle.suckUp()
- turtle.transferTo(1,1)
- turtle.dropDown()
- turtle.select(1)
- xp.enchant(30)
- turtle.dropDown()
- end
- sleep(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment