Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getInput("back") then
- for slot = 1, 16 do
- local itemDetail = turtle.getItemDetail(slot)
- if itemDetail and itemDetail.name == "easy_villagers:villager" then
- turtle.select(slot)
- turtle.place()
- break
- end
- end
- end
- sleep(0.3)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement