Make Coin Banks have a configurable maximum capacity
VillagerUnknown opened this issue ยท 3 comments
In addition to adding the option, change the default value to a lower value.
- A stack of Coin items can contain up 1,000 coins.
- Coin Stack Blocks hold 1,000 coins.
Therefore, Coin Banks should hold less than, or equal to, that.
Added a configurable option. I decided against having different tiers of capacity to avoid confusion and to let players use whichever Coin Banks they want.
I'm currently thinking the default maximum value should be 100, but I've created a poll for the community to provide feedback. #127
Different Coin Banks could hold different amounts.
- Overworld ingredient Coin Banks hold up to 100.
- Nether ingredient Coin Banks hold up to 500.
- End ingredient Coin Banks hold up to 1000.
This also allows for the reintroduction of the End Pot idea that could hold the current Integer Maximum value.