jaquadro / StorageDrawers

A mod adding compartmental storage for Minecraft Forge
MIT License
196 stars 154 forks source link

wrong quantity after fetching a stack #1123

Open puggan opened 6 months ago

puggan commented 6 months ago

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.