Integrated Terminals

Integrated Terminals

20M Downloads

drawer as item interface causes max items to become max int

antrobot1234 opened this issue ยท 3 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

Steps to reproduce the problem:

  1. attach a storage drawer to the network with an item interface

Expected behaviour:

for the drawer's single stack to be read as it's max size


Versions:

  • This mod: 1.0.13
  • Minecraft: 1.12.2
  • Forge: 8.0.99.99
    image
commented

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.

GitHub
A mod adding compartmental storage for Minecraft Forge - jaquadro/StorageDrawers
commented

Did you use any special configurations in your drawer?

I suspect the drawers are effectively exposing their max item count as max int.

commented

i didn't have anything special with my drawers