[Fix] Incorrect Offset for BasePlantBlock
This commit is contained in:
parent
decaf4af7a
commit
cb5852b841
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public abstract class BasePlantBlock extends BaseBlockNotFull implements RenderL
|
||||||
.of(replaceable ? Material.REPLACEABLE_PLANT : Material.PLANT)
|
.of(replaceable ? Material.REPLACEABLE_PLANT : Material.PLANT)
|
||||||
.sound(SoundType.GRASS)
|
.sound(SoundType.GRASS)
|
||||||
.noCollission()
|
.noCollission()
|
||||||
.offsetType(BlockBehaviour.OffsetType.XZ)
|
.offsetType(OffsetType.NONE)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue