#Dropping items from an array
1 messages · Page 1 of 1 (latest)
loop through the array, for each object in the array summon an item
- Copy into storage
- Loop through using
remove … [-1] - on each step spawn the item
- do that 27 times or recursively until you reach 27
Got a similar system in a released data pack of mine
Yeah essentially what I was saying
So summoning items won't have much more impact than looting a shulker box only once ?