{
  "type": "forge:conditional",
  "recipes": [
    {
      "conditions": [
        {
          "type": "forge:and",
          "values": [
            {
              "type": "forge:item_exists",
              "item": "industrialforegoing:dissolution_chamber"
            }
          ]
        }
      ],
      "recipe": {
        "type": "minecraft:crafting_shaped",
        "category": "misc",
        "key": {
          "B": {
            "item": "minecraft:bucket"
          },
          "C": {
            "tag": "forge:chests"
          },
          "D": {
            "tag": "forge:gears/diamond"
          },
          "G": {
            "item": "ad_astra:desh_plate"
          },
          "M": {
            "tag": "industrialforegoing:machine_frame/pity"
          },
          "P": {
            "tag": "forge:plastic"
          }
        },
        "pattern": [
          "PCP",
          "BMB",
          "GDG"
        ],
        "result": {
          "item": "industrialforegoing:dissolution_chamber"
        },
        "show_notification": true
      }
    }
  ]
}