You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/src/main/java/net/blay09/mods/cookingforblockheads/registry/CookingRegistry.java
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ public static void initFoodRegistry(RecipeManager recipeManager, RegistryAccess
88
88
89
89
//noinspection ConstantConditions
90
90
if (output == null) {
91
-
CookingForBlockheads.logger.warn("Recipe " + recipe.getId() + " returned a null ItemStack in getRecipeOutput - this is bad! The developer of " + recipe.getId().getNamespace() + " should return an empty ItemStack instead to avoid problems.");
91
+
CookingForBlockheads.logger.warn("Recipe " + recipe.getId() + " returned a null ItemStack in getRecipeOutput - this is bad! The developer of " + recipe.getId()
92
+
.getNamespace() + " should return an empty ItemStack instead to avoid problems.");
0 commit comments