{
  "ignoredRecipeTypes": [
    "cucumber:shaped_tag"
  ],
  "ignoredRecipes": [],
  "defaultDuplicateRules": {
    "ignoredFields": [
      "fabric:load_conditions",
      "show_notification",
      "category",
      "group"
    ],
    "rules": {
      "cookingtime": "HigherRule",
      "energy": "HigherRule",
      "experience": "HigherRule"
    },
    "shouldSanitize": false
  },
  "overrideDuplicateRules": {
    "minecraft:crafting_shaped": {
      "ignoredFields": [
        "fabric:load_conditions",
        "pattern",
        "show_notification",
        "category",
        "key",
        "group"
      ],
      "rules": {},
      "shouldSanitize": false
    }
  },
  "strictMode": false
}