{
    "type": "productivebees:centrifuge",
    "ingredient": {
      "type": "forge:nbt",
      "item": "productivebees:configurable_honeycomb",
      "nbt": {
        "EntityTag": {
          "type": "productivebees:titanium"
        }
      }
    },
    "outputs": [
      {
        "item": {
          "tag": "forge:dusts/rutile"
        },
        "chance": 40
      },
      {
        "item": {
          "tag": "forge:wax"
        }
      },
      {
        "fluid": {
          "fluid": "productivebees:honey"
        },
        "amount": 50
      }
    ],
    "conditions": [
      {
        "type": "forge:not",
        "value": {
          "type": "forge:tag_empty",
          "tag": "forge:dusts/rutile"
        }
      }
    ]
}