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 11 forks source link

Bulk cells work with level emitters #88

Closed micrwvae closed 10 months ago

micrwvae commented 10 months ago

i noticed in atm8 that level emitters dont read the 'correct' level of for example iron nuggets if the iron is stored in the bulk cells w compression enabled

not sure if its possible to make them read the actual amount but it would be a nice feature

62832 commented 10 months ago

Unfortunately this simply isn't possible due to how items are reported by bulk cell inventories and the fact that ME networks in general are not designed to keep track of what storage medium an item might be on. You may need to come up with a solution involving some more complex redstone if you wish to keep track of the "full" amount of a lower compressed variant.