Version 1.4.0 (support for 26.1) #1
@@ -7,5 +7,8 @@ public class ModFoodComponents {
|
||||
.nutrition(5)
|
||||
.saturationModifier(0.5f)
|
||||
.build();
|
||||
}
|
||||
|
||||
public static final FoodProperties NUGGET_CAKE = new FoodProperties.Builder()
|
||||
.nutrition(3)
|
||||
.saturationModifier(0.7f)
|
||||
.build();
|
||||
}
|
||||
Reference in New Issue
Block a user