[Fix] Small Jellyshroom displaced from wall (#226)

This commit is contained in:
Frank 2023-06-17 11:19:24 +02:00
parent b0976a8082
commit 511fd64ecc

View file

@ -51,7 +51,7 @@ public class SmallJellyshroomBlock extends BaseAttachedBlock implements RenderLa
public SmallJellyshroomBlock() {
super(BehaviourBuilders.createPlant(MapColor.COLOR_LIGHT_BLUE)
.sound(SoundType.NETHER_WART)
.offsetType(BlockBehaviour.OffsetType.XZ));
.offsetType(BlockBehaviour.OffsetType.NONE));
}
@Override