andrelisboa1

RockASM (CC:Tweaked Turtle)

Nov 25th, 2025
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local c = peripheral.find("minecraft:chest")
  2.  
  3. -- for slot, item in pairs(c.list()) do
  4. --     print(("Slot %d: %d %s):format(slot, item.count, item.name))
  5. -- end
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment