{
  "type": "gtceu:electric_blast_furnace",
  "duration": 600,
  "data": {
    "ebf_temp": 5000
  },
  "inputs": {
    "item": [
      {
        "content": {
          "type": "gtceu:sized",
          "count": 1,
          "ingredient": {
            "type": "forge:nbt",
            "item": "productivebees:spawn_egg_configurable_bee",
            "nbt": "{\"EntityTag\": {\"type\": \"productivebees:osmium\"}}"
          }
        },
        "chance": 10000,
        "tierChanceBoost": 0
      },
      {
        "content": {
          "item": "gtceu:naquadah_block"
        },
        "chance": 10000,
        "tierChanceBoost": 0
      }
    ]
  },
  "outputs": {
    "item": [
      {
        "content": {
          "type": "gtceu:sized",
          "count": 1,
          "ingredient": {
            "type": "forge:nbt",
            "item": "productivebees:spawn_egg_configurable_bee",
            "nbt": "{\"EntityTag\": {\"type\": \"productivebees:naquadah\"}}"
          }
        },
        "chance": 10000,
        "tierChanceBoost": 0
      }
    ]
  },
  "tickInputs": {
    "eu": [
      {
        "content": 120,
        "chance": 10000,
        "tierChanceBoost": 0
      }
    ]
  },
  "tickOutputs": {},
  "conditions": [
    {
      "type": "forge:mod_loaded",
      "modid": "gtceu"
    },
    {
      "type": "productivebees:bee_exists",
      "bee": "productivebees:osmium"
    },
    {
      "type": "productivebees:bee_exists",
      "bee": "productivebees:naquadah"
    }
  ]
}