Skip to content

Commit

Permalink
Update FallingBlockMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Aug 9, 2024
1 parent f384aed commit 718e254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public FallingBlockMixin(Properties p_49795_) {
}

@Inject(at = @At("HEAD"), method = "tick", cancellable = true)
#if MC_VERSION >= "11802"
#if MC_VERSION >= "11902"
private void beforeTick(BlockState p_221124_, ServerLevel world, BlockPos p_221126_, net.minecraft.util.RandomSource p_221127_, CallbackInfo ci)
#else
private void beforeTick(BlockState p_53216_, ServerLevel world, BlockPos p_53218_, Random p_53219_, CallbackInfo ci)
Expand Down

0 comments on commit 718e254

Please sign in to comment.