Skip to content

Commit

Permalink
v2.0.1 - Adjust how status effects are handled by foods (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Oct 16, 2024
1 parent 6a22ef8 commit 444c6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ default MobEffectInstance triggerConditionalEffect(int value, float chance) {
}
}

CreateGarnished.LOGGER.info("achieved float value: {}, requested value: {}", floatChance, chance);
//CreateGarnished.LOGGER.info("achieved float value: {}, requested value: {}", floatChance, chance);

return new MobEffectInstance(MobEffects.REGENERATION, tick * 20, 1, false, false, false);
}
Expand Down

0 comments on commit 444c6b9

Please sign in to comment.