GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

[BUG] The Crafting Station cannot handle a large number of items

Quarri6343 opened this issue · 0 comments

commented

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

  1. place a Crafting Station
  2. connect 2 filled Quantum Chest V to it
  3. connect an another Quantum Chest V to it and insert 2 items via the GUI of the crafting station
  4. 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

Screenshots
キャプチャ1131