Modern Industrialization

Modern Industrialization

4M Downloads

Vanilla Item Sorter not working when Modern Industrialization is installed

colingalindo opened this issue ยท 4 comments

commented

Minecraft version: 1.17.1
MI version: 0.5.3

Current mod list:
Architectury API (Fabric) 2.2.21
Cloth Config API (Fabric) 5.0.34
Fabric API 0.37.1
Modern Industrialization 0.5.3
Roughly Enough Items Fabric (REI) 6.0.264

I originally discovered this while playing All of Fabric 4 and was able to narrow it down to MI.
When creating a vanilla item sorter the hopper never ends up locking. If I force a block update on the hopper when there are the correct number of items in it, then the comparator will correctly respond.

Let me know if any more information is needed.

ItemSorter1
ItemSorter2

commented

I though it was a bug of 1.17.1 version but saw this issue. I think this cause hopper does not refreshes his redstone signal strenght or comparator does not refreshes the value of hoppers redstone signal. Because as result of my experiments, when broke and place again comparator redstone signal resets and then bottom hopper blocking again (redstone torch does not receives signal). But when it activates again (items in hopper enough to get torch) signal never goes less and all items goes to chest.

commented

I have it figured out, no worries. It was due to a bug in FabricMC/fabric#1553.

commented

Thanks for fixing this!

commented

Np, thanks for reporting!