Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

[1.12] Incorrect Stack Limit visual for Downgrades (The One Probe)

greenking13 opened this issue ยท 1 comments

commented

https://imgur.com/a/Q3tuF

Simply put, shouldn't The One Probe GUI say "Stack Limit: 1 (1x)" instead of 32?

commented

Came here to report the same issue. Still present.

Because stackmultiplier is an int, it looks like there needs to be a special case for downgraded drawers here:

if (config.get(new ResourceLocation(StorageDrawers.MOD_ID, "display.stacklimit"))) {