ME Bridge using bytes for internal storage and item count for external storage.
SirEndii opened this issue ยท 2 comments
Describe
Using the function getUsedItemStorage
(And the other related ones) will return different results depending on if the item is stored in the disk or the chest.
If I store 64 sticks in a disk, the function returns 520 since the sticks occupy 520 bytes.
Storing them in a chest using the storage bus will result in a different value, since the chest does not store the items as bytes like the drives.
Multiplayer?
No
Version
Own compiled build.
Minecraft, Forge and maybe other related mods versions
43.3.0 1.19.2
Screenshots or Videos
No response
Crashlog/log
No response