2No2Name / hopperOptimizations

A mod that optimizes hoppers and their interactions with entities and inventories. It drastically reduces hopper lag without changing any behavior.
MIT License
64 stars 9 forks source link

[Bug] optimizedInventories disrupts carpet-extra's autoCraftingDropper's behavior #7

Closed Neubulae closed 4 years ago

Neubulae commented 4 years ago

When autoCraftingDropper is enabled, hoppers should only be able to pump one item in for each slot. optimizedInventories disrupts this behavior as it restores to what vanilla does: Expected: image Actual behavior: image

2No2Name commented 4 years ago

Can you try the latest 0.1.16 release? I added something that should work around this.

samolego commented 4 years ago

Can confirm that latest release is now working as expected. Thanks for fixing!