Skip to content

Commit

Permalink
Merge branch '1.19.2' into 1.19.3
Browse files Browse the repository at this point in the history
* 1.19.2:
  just return true
  • Loading branch information
Faboslav committed Oct 2, 2024
2 parents 640dc68 + 29b400b commit ea50523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private boolean friendsandfoes_isCopperBlockWaxed(
public void friendsandfoes_hasRandomTicks(
BlockState state, CallbackInfoReturnable<Boolean> cir
) {
cir.setReturnValue(FriendsAndFoesOxidizable.getIncreasedOxidationBlock(state.getBlock()).isPresent());
cir.setReturnValue(true);
}

@Override
Expand Down

0 comments on commit ea50523

Please sign in to comment.