wrong quantity after fetching a stack
puggan opened this issue ยท 0 comments
Envirement:
Running on a dedicated server,
MC 1.20.1,
Forge 47.2.0,
StorageDrawers 12.0.3
Config baseStackStorage = 40
Reproduce:
- Have a drawer with more then 4k items. (8499 in exemple)
- Shift-click to draw a stack
Expected:
New quantity 8435 (8499-64).
Current:
New quantity 2048 (4x8x64, the default max-value)
Workaround:
clicking it twice with the quantify-key shows the correct value.