Skip to content

Commit

Permalink
just return true
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Oct 2, 2024
1 parent 5bb9f81 commit 29b400b
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 29b400b

Please sign in to comment.