{
  "reset": false,
  "advancementMapping": [
    {
      "key": "minecraft:recipes/building_blocks/coal_block",
      "value": {
        "parentId": "minecraft:recipes/root",
        "criteria": [
          {
            "key": "has_coal"
          },
          {
            "key": "has_the_recipe"
          }
        ],
        "requirements": [
          [
            "has_coal",
            "has_the_recipe"
          ]
        ]
      }
    },
    {
      "key": "minecraft:recipes/root",
      "value": {
        "criteria": [
          {
            "key": "impossible"
          }
        ],
        "requirements": [
          [
            "impossible"
          ]
        ]
      }
    },
    {
      "key": "minecraft:recipes/decorations/campfire",
      "value": {
        "parentId": "minecraft:recipes/root",
        "criteria": [
          {
            "key": "has_coal"
          },
          {
            "key": "has_stick"
          },
          {
            "key": "has_the_recipe"
          }
        ],
        "requirements": [
          [
            "has_stick",
            "has_coal",
            "has_the_recipe"
          ]
        ]
      }
    },
    {
      "key": "minecraft:recipes/misc/green_dye",
      "value": {
        "parentId": "minecraft:recipes/root",
        "criteria": [
          {
            "key": "has_cactus"
          },
          {
            "key": "has_the_recipe"
          }
        ],
        "requirements": [
          [
            "has_cactus",
            "has_the_recipe"
          ]
        ]
      }
    }
  ],
  "identifiers": [],
  "progressMapping": [
    {
      "key": "minecraft:recipes/decorations/campfire",
      "value": [
        {
          "criterionIdentifier": "has_coal",
          "criterionProgress": [
            396,
            -1215748939
          ]
        },
        {
          "criterionIdentifier": "has_stick"
        },
        {
          "criterionIdentifier": "has_the_recipe"
        }
      ]
    },
    {
      "key": "minecraft:recipes/building_blocks/coal_block",
      "value": [
        {
          "criterionIdentifier": "has_coal",
          "criterionProgress": [
            396,
            -1215748942
          ]
        },
        {
          "criterionIdentifier": "has_the_recipe"
        }
      ]
    },
    {
      "key": "minecraft:recipes/misc/green_dye",
      "value": [
        {
          "criterionIdentifier": "has_cactus",
          "criterionProgress": [
            396,
            -1215748937
          ]
        },
        {
          "criterionIdentifier": "has_the_recipe"
        }
      ]
    },
    {
      "key": "minecraft:recipes/root",
      "value": [
        {
          "criterionIdentifier": "impossible"
        }
      ]
    }
  ]
}