62832 / MEGACells

ME Greater Accumulation Cells - For when kilobytes just won't do.
https://www.curseforge.com/minecraft/mc-mods/mega-cells
GNU Lesser General Public License v3.0
28 stars 13 forks source link

Rewrite and overhaul bulk compression system #69

Closed 62832 closed 1 year ago

62832 commented 1 year ago

Throughout the existence of the bulk cell compression mechanic, it turned out that there were some imperfections with the system as was written. Mainly, this meant that the system would be unfit to properly handle compression chains where the multiplier from one variant to the next changes between 4 or 9 — say, a block requiring 4 of a resource and a compressed version of the block then requiring 9 of those blocks.

This PR significantly improves and reworks the compression system in the following two ways:

With the second improvement mentioned, this PR closes #58.