Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Double chest does not wake up hopper in some situations

Pentasim opened this issue ยท 1 comments

commented

Version Information

lithium-fabric-mc1.19.2-0.10.0

Expected Behavior

Both hoppers should wake up if items are put in the chest

Actual Behavior

Only the hopper with the initial chest wakes up

Reproduction Steps

Place two hoppers next to each other (in such a way that they don't wake up each other, e.g. pointing down/away)
Place a chest on top of one
Shift-place the second chest on the side of the first chest
Put item in the chest
-> only the hopper with the first chest draws items

This is "fixed" if the second hopper wakes up by some other means

This does not occur, if the single chest already contains some items

image

commented

Can work around it by adding the line
mixin.block.hopper=false
to the lithium.properties file in the config directory or by
using the latest dev branch build instead
https://github.com/CaffeineMC/lithium-fabric/actions/runs/3321229327