Skip to content

Commit

Permalink
Fix #294 Nerf fruit saturation
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Nov 14, 2017
1 parent 04cfd76 commit 5b6abbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public int getHealAmount(ItemStack itemStack) {

@Override
public float getSaturationModifier(ItemStack itemStack) {
return 3.0f;
return 0.5f;
}
}

0 comments on commit 5b6abbc

Please sign in to comment.