CyclopsMC / IntegratedCrafting

Craft stuff in Integrated Dynamics networks
MIT License
7 stars 6 forks source link

Dedicated Storage Drawers support #91

Open Sar4h-3 opened 1 year ago

Sar4h-3 commented 1 year ago

Issue type:


Short description:

When using Storage Drawers connected to the system, the capacity calculation will add 1 max int to the capacity per drawer, completely ignoring their real size

Steps to reproduce the problem:

  1. Build up a small storage system with at least one interface and terminal
  2. Add a drawer to the interface. The drawer controller counts as a drawer too, even without attached drawers, but the displayed storage size won't change with attached drawers)

Expected behaviour:

The storage capacity is calculated the "right" way, adding the capacity for each drawer with the upgrades in mind


Versions:

rubensworks commented 1 year ago

Thanks for reporting!

rubensworks commented 1 year ago

This is not a bug, but merely a consequence of how Storage Drawers exposes its inventory to other mods. Nothing we can do about that, aside from implementing dedicated support for this mod. So I'm converting this to a feature request.