Skip to content

Commit

Permalink
Merge branch '1.21.2' into 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 20, 2025
2 parents 5165b89 + d7853ed commit c870ef9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ public VoxelShape getCollisionShape(@NotNull BlockState blockState, @NotNull Blo
return shape;
}

@Override
protected @NotNull VoxelShape getBlockSupportShape(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) {
return Shapes.block();
}

@Override
public void animateTick(@NotNull BlockState blockState, @NotNull Level level, @NotNull BlockPos blockPos, @NotNull RandomSource randomSource) {
super.animateTick(blockState, level, blockPos, randomSource);
Expand Down

0 comments on commit c870ef9

Please sign in to comment.