Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- itemin = "Reinforced Slate"
- outitem = "Imbued Slate"
- lifeamount = 5000
- if altar.getInfo().amount > lifeamount then
- print(altar.getInfo().amount)
- --if getTotalItemCount(item) < 10 then
- chest.pushItem("UP",getSlotWithItem(itemin),1,1)
- altar.pullItem("DOWN",1,1,1)
- while not(altar.getStackInSlot(1).display_name==outitem) do
- sleep(.1)
- end
- altar.pushItem("DOWN",1,1,1)
- chest.pullItem("UP",1,1)
- end
Advertisement
Add Comment
Please, Sign In to add comment