Inventories are completely empty after setting `mixin.block.hopper=false`
2No2Name opened this issue ยท 3 comments
Version Information
lithium-fabric-mc1.19.2-0.10.1
Expected Behavior
Chests should not lose their inventory
Actual Behavior
All chests are empty
Reproduction Steps
Add the line mixin.block.hopper=false
to the lithium.properties file. Restart the game.
492c16a fixes the issue.
Workaround for Lithium 0.10.1:
Add the line
mixin.util.inventory_change_listening=false
to the lithium.properties file in the config folder.