Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

wrong quantity after fetching a stack

puggan opened this issue ยท 0 comments

commented

Before:
2024-04-02_18 25 04

After taking a stack:
2024-04-02_18 25 13

Envirement:
Running on a dedicated server,
MC 1.20.1,
Forge 47.2.0,
StorageDrawers 12.0.3
Config baseStackStorage = 40

Reproduce:

  1. Have a drawer with more then 4k items. (8499 in exemple)
  2. 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.