[Fix] Small Jellyshroom displaced from wall (#226)
This commit is contained in:
parent
b0976a8082
commit
511fd64ecc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class SmallJellyshroomBlock extends BaseAttachedBlock implements RenderLa
|
||||||
public SmallJellyshroomBlock() {
|
public SmallJellyshroomBlock() {
|
||||||
super(BehaviourBuilders.createPlant(MapColor.COLOR_LIGHT_BLUE)
|
super(BehaviourBuilders.createPlant(MapColor.COLOR_LIGHT_BLUE)
|
||||||
.sound(SoundType.NETHER_WART)
|
.sound(SoundType.NETHER_WART)
|
||||||
.offsetType(BlockBehaviour.OffsetType.XZ));
|
.offsetType(BlockBehaviour.OffsetType.NONE));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue