GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.01k stars 307 forks source link

16k essentia cell has wrong size #14142

Closed Sopel97 closed 1 year ago

Sopel97 commented 1 year ago

Your GTNH Discord Username

sopel__

Your Pack Version

2.3.4+

Your Server

SP

Java Version

Java 19

Type of Server

None

Your Expectation

2^14 == 16384

The Reality

cell has 16348 bytes

Your Proposal

fix size to match other 16k cells

Final Checklist

Sopel97 commented 1 year ago

Looks like it might be a remnant of extra cells, as it has the same issue.

Changing the size look trivial, here https://github.com/GTNewHorizons/ThaumicEnergistics/blob/a691d83df13d8bb09d8510697c08c3721dc76e21/src/main/java/thaumicenergistics/common/storage/EnumEssentiaStorageTypes.java#L21, but it's unclear to me whether it can break things with existing partially/fully filled cells.

miozune commented 1 year ago

Fixed by https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49