amadornes / SCM-Localization-Issues

Localization and issues for Super Circuit Maker
16 stars 19 forks source link

Inventory scanner does not interact properly with Immersive Engineering silos. #348

Open Siarles opened 7 years ago

Siarles commented 7 years ago

The silo is a multiblock bulk-storage structure capable of holding 24 chests worth (41472 items) of a single type of item. The mod includes support for the Vanilla comparator to read the amount of items in the silo and output accordingly. The inventory scanner is able to do the same, but instead of increasing output power by 1 for every 162 (=41472/255) items it outputs in increments of 17 (=255/15) for every 2764 (=41472/15) items as if the circuit is receiving input from a comparator.

Temeriki commented 7 years ago

Doesnt the silo have a function where a comparator at different levels will measure at a ratio according to that level its on, ie it measures differently if you attach a comparator at the base vs 2 blocks up.