Chisels & Bits - For Fabric

Chisels & Bits - For Fabric

2M Downloads

Remove the max `balancing.bit-bag-stack-size`

GrantGryczan opened this issue ยท 1 comments

commented

For some reason, in recent versions of this mod, a limit on the configurability of the bit bag stack size has been set. What if the modpack creator or player intentionally wants to increase it above the current arbitrary limit set on it? I do. The current max, 1024, which by default is 4 blocks' worth of bits, is definitely not enough for me and will lead to bit spillage if I'm using the mod a lot. There's no reason to put a max on the configured amount other than the maximum that Java or your code allows, because it's configurable so the amount is up to the player or modpack creator rather than up to you.

It's all for fun, so we should be able to set whatever value we think is most fun to us.

(I'd personally like to set mine to 16384, which is a stack of blocks' worth of bits. Though I've had friends want it higher in the past. Also worth noting I'm using the 1.18.2 version.)

commented

Appreciate it :)