Lance5057 / ExtraDelight

Other
6 stars 9 forks source link

Recipe error spam 0.5a #22

Closed ColonelPanic-Dev closed 1 year ago

ColonelPanic-Dev commented 1 year ago

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"}]}]
}