Started by
DutaBoi
on
Topic category: Help with Minecraft modding (Java Edition)
So basically I want to use the command "Get number of items from slot" but instead of one specific slot I want to include all the slots available in the chest. Is that even possible?
You would need to create a loop that cycles through each slot by incrementing a variable and get every slot separately and then probably write that to a list to perform whatever your operations are.