Fix parched ghast block size
This commit is contained in:
parent
8c08d1d2f6
commit
cf1916b6ad
|
|
@ -43,7 +43,7 @@ public class ParchedGhast extends Block implements SimpleWaterloggedBlock {
|
|||
}
|
||||
@Override // New collision box
|
||||
public @NotNull VoxelShape getShape(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos, CollisionContext collisionContext) {
|
||||
return Block.box(3.0, 0.0, 3.0, 13.0, 15.0, 13.0);
|
||||
return Block.box(3.0, 0.0, 3.0, 13.0, 10.0, 13.0);
|
||||
}
|
||||
|
||||
// Water functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue