File tree 1 file changed +1
-1
lines changed
src/main/java/dev/galacticraft/mod/content/item
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class GCFoodComponent {
30
30
public static final FoodProperties BURGER_BUN = new FoodProperties .Builder ().nutrition (2 ).saturationModifier (0.3F ).build ();
31
31
public static final FoodProperties GROUND_BEEF = new FoodProperties .Builder ().nutrition (3 ).saturationModifier (0.6F ).build ();
32
32
public static final FoodProperties BEEF_PATTY = new FoodProperties .Builder ().nutrition (4 ).saturationModifier (0.8F ).build ();
33
- public static final FoodProperties CHEESEBURGER = new FoodProperties .Builder ().nutrition (14 ).saturationModifier (4.0F ).build ();
33
+ public static final FoodProperties CHEESEBURGER = new FoodProperties .Builder ().nutrition (14 ).saturationModifier (0.8F ).build ();
34
34
35
35
public static final FoodProperties DEHYDRATED_APPLE = new FoodProperties .Builder ().nutrition (8 ).saturationModifier (0.3F ).build ();
36
36
public static final FoodProperties DEHYDRATED_CARROT = new FoodProperties .Builder ().nutrition (8 ).saturationModifier (0.6F ).build ();
You can’t perform that action at this time.
0 commit comments