#Why does setting the contents of hopper not work?
1 messages · Page 1 of 1 (latest)
claiming that they have the correct items
i cant always verify that from random people on the internet
they have I debugged it
ok
Don't call update
getInventory returns the live inventory of the block
getSnapshotInventory returns a "state" of it
Bruh moment.
When you call update, the live inventory is overwritten by the snapshot inventory
Either don't call update or modify the snapshot inventory instead
K