[BUG] The Crafting Station cannot handle a large number of items
Quarri6343 opened this issue · 0 comments
Describe the bug
the crafting station uses Integer Type to handle items number
so it overflows when there are more than 2,147,483,647 items in the connected inventories
Versions
Forge: 14.23.5.2860
GTCEu: gregtech-1.12.2-2.1.4-beta.jar
Modpack: GregTech Expert 2
Setup
SP/MP
New world generated
Steps To Reproduce
- place a Crafting Station
- connect 2 filled Quantum Chest V to it
- connect an another Quantum Chest V to it and insert 2 items via the GUI of the crafting station
- now there are 0 item in the crafting station due to overflow
Expected behavior
the crafting station only tries to read less than 2,147,483,647 items from the connected inventories