Skip to content

Commit

Permalink
Technically this signature wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Sep 6, 2023
1 parent ac31bc4 commit 5aea03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class BlockCollisionsMixin {
* in {@link Player#freeAt} and {@link net.minecraft.world.entity.Entity#isInWall} which we don't want to mess up.
*/
@Redirect(
method = "computeNext()Lnet/minecraft/world/phys/shapes/VoxelShape;",
method = "computeNext",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/world/level/block/state/BlockState;isSuffocating(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;)Z"
Expand Down

0 comments on commit 5aea03a

Please sign in to comment.