{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "SES",
    "ETE",
    "SDS"
  ],
  "key": {
    "E": {
      "tag": "c:gems/emerald"
    },
    "D": {
      "tag": "c:gems/diamond"
    },
    "S": {
      "tag": "c:rods/wooden"
    },
    "T": {
      "tag": "c:plates/iron"
    }
  },
  "result": {
    "id": "productivelib:upgrade_base"
  },
  "neoforge:conditions": [
    {
      "type": "neoforge:not",
      "value": {
        "type": "neoforge:mod_loaded",
        "modid": "productivebees"
      }
    }
  ]
}