Recipe error spam 0.5a
ColonelPanic-Dev opened this issue ยท 0 comments
on loadup every FD recipe you disabled throws an error like
[20:53:17] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe farmersdelight:pie_crust
due to you replacing the recipes with empty ones that it still tries to parse. If you replace them with the following instead, those errors won't spam the log and it will be easier to find real errors
{
"type": "forge:conditional",
"recipes": [{"conditions": [{"type": "forge:false"}]}]
}