Version 1.4.0 (support for 26.1) #1

Open
angel wants to merge 14 commits from mojangmapping into master
Showing only changes of commit 115704fe79 - Show all commits

View File

@@ -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();
}