[1.18 Fabric] Incorrect cell sizes
KonSola5 opened this issue · 0 comments
- 4096k ME Item Storage Cell has 8,388,608 bytes of storage, should have 4,194,304 bytes. This is the issue only with Item Cell, both Fluid Cell and Super Storage Cell are correct.
- Fluid DISKs are flawed, because 1 droplet of fluid contributes to 1 byte. This makes them completely useless, since 64k Fluid DISK cannot even store a single bucket!!! (It stores 809 ⁷/₈₁ mB).
Should be 1 bucket (81000 droplets) -> 1 byte (for comparison: Item DISKs: 1 item -> 1 byte, Fluid Cells: 8 buckets -> 1 byte.) - DISKs have wrong sizes, because they are multipliers of 1024, not 1000 like RS Disks or AE2 Things Item DISKs.
- 1K Fluid DISK stores 1024 bytes, should be 1000,
- 4K Fluid DISK stores 4096 bytes, should be 4000,
- 16K Fluid DISK stores 16,384 bytes, should be 16,000,
- 64K Fluid DISK stores 65,536 bytes, should be 64,000,
- 256K DISKs store 262,144 bytes, should be 256,000,
- 1024K DISKs store 1,048,576 bytes, should be 1,024,000,
- 4096K DISKs store 4,194,304 bytes, should be 4,096,000,
- 16384K DISKs store 16,777,126 bytes, should be 16,384,000,
- 65536K DISKs store 67,108,864 bytes, should be 65,536,000,