Skip to content

Commit

Permalink
a little more nutrition
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Oct 23, 2023
1 parent 0067465 commit f6c47bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public final class RegisterFood {
public static final FoodProperties BAOBAB_NUT = new FoodProperties.Builder().nutrition(1).saturationMod(0.2F).build();
public static final FoodProperties CRAB_CLAW = new FoodProperties.Builder().nutrition(1).saturationMod(0.1F).build();
public static final FoodProperties COOKED_CRAB_CLAW = new FoodProperties.Builder().nutrition(3).saturationMod(0.5F).build();
public static final FoodProperties COOKED_CRAB_CLAW = new FoodProperties.Builder().nutrition(4).saturationMod(0.5F).build();
public static final FoodProperties PRICKLY_PEAR = new FoodProperties.Builder().nutrition(2).saturationMod(0.3F).build();

private RegisterFood() {
Expand Down

0 comments on commit f6c47bf

Please sign in to comment.