Crafting Station

Crafting Station

12M Downloads

Incorrectly detects stack size if larger than 64

Lavan opened this issue ยท 2 comments

commented

Minecraft: 1.15.2
Forge: 31.1.18
CraftingStation: 3.0.5
Dank Storage 2.5

When I combine the crafting station with one or more dank storages the crafting station will incorrectly detect the number of items in the storage modules. 0-64 works well but above that the detected size will be stacksize % 64 instead.

commented

The vanilla tic station also does this, I'll find a workaround at some point

commented

Made it a little better, it won't split large stacks anymore but it still won't merge them.