Feature: Creative vending upgrade
James103 opened this issue ยท 0 comments
Currently, in order to simulate infinite item storage as if a Creative Vending Upgrade was in effect, a player would have to enable cheats/get OP then do the following:
- Place a Functional Drawer.
- Place an item inside.
- Lock it.
- Place four Netherite Storage Upgrades inside, raising the total capacity to 2147483647 items.
- Place a repeating command block set to Always Active on top of the drawer.
- Set the following command in the command block:
data modify block ~ ~-1 ~ handler.BigItems.0.Amount set value 2147483647
If a creative vending upgrade item were to be added, it would allow infinite withdrawal of up to 2147483647 items at once and with unlimited frequency. The workaround described above allows withdrawal of up to 2147483647 items per tick.