drawer as item interface causes max items to become max int
antrobot1234 opened this issue ยท 3 comments
This seems to be caused by the way how drawers implements its capabilities:
https://github.com/jaquadro/StorageDrawers/blob/1.12/src/com/jaquadro/minecraft/storagedrawers/capabilities/DrawerItemHandler.java#L134-L135
I would suggest opening an issue on their issue tracker. Feel free to link back to here.
A mod adding compartmental storage for Minecraft Forge - jaquadro/StorageDrawers
Did you use any special configurations in your drawer?
I suspect the drawers are effectively exposing their max item count as max int.