Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vc = peripheral.wrap("bottom")
- chestSize = vc.getInventorySize()
- for i = 1, chestSize do
- slot = vc.getStackInSlot(i)
- if slot then
- textutils.pagedPrint("true")
- else
- textutils.pagedPrint("false")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment