Skip to content

Commit

Permalink
Merge branch '1.19.3' into 1.19.4
Browse files Browse the repository at this point in the history
* 1.19.3:
  just return true
  • Loading branch information
Faboslav committed Oct 2, 2024
2 parents 91332b4 + ea50523 commit 3fb5ecd
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 3fb5ecd

Please sign in to comment.