Skip to content

Commit 4cb5c9c

Browse files
committed
how
1 parent 202e6b8 commit 4cb5c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/one/devos/nautical/shenanigans/mixin/LevelRendererMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class LevelRendererMixin {
3434
)
3535
)
3636
private VoxelShape useDrawerSubShapes(BlockState state, BlockGetter blockGetter, BlockPos pos, CollisionContext ctx, Operation<VoxelShape> original) {
37-
if ( blockGetter instanceof Level level && state.getBlock() instanceof BasicBlock basicBlock && basicBlock.hasIndividualRenderVoxelShape()) {
37+
if (blockGetter instanceof Level level && state.getBlock() instanceof BasicBlock basicBlock && basicBlock.hasIndividualRenderVoxelShape()) {
3838
Entity entity = ctx instanceof EntityCollisionContext entityCtx ? entityCtx.getEntity() : null;
3939
if (entity instanceof LivingEntity living) {
4040
Minecraft mc = Minecraft.getInstance();

0 commit comments

Comments
 (0)