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
fills my log with at least 50KB of unnecessary information. please add failsafe code to not build any recipes for mod compat if the mod is not found internally
[20Dec2021 13:35:45.277] [Worker-Main9/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe woot:slaughter_3
com.google.gson.JsonSyntaxException: Unknown item 'industrialforegoing:mob_slaughter_factory'
at net.minecraft.item.crafting.Ingredient.lambda$valueFromJson$11(Ingredient.java:216) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_312]
at net.minecraft.item.crafting.Ingredient.func_199803_a(Ingredient.java:215) ~[?:?]
The text was updated successfully, but these errors were encountered:
fills my log with at least 50KB of unnecessary information. please add failsafe code to not build any recipes for mod compat if the mod is not found internally
The text was updated successfully, but these errors were encountered: