{
  "type": "createmetallurgy:casting_in_basin",
  "conditions": [
    {
      "type": "forge:not",
      "value": {
        "type": "forge:tag_empty",
        "tag": "forge:storage_blocks/nethersteel"
      }
    }
  ],
  "ingredients": [
    {
      "amount": 900,
      "fluid": "createbigcannons:molten_nethersteel",
      "nbt": {}
    }
  ],
  "processingTime": 600,
  "result": {
    "tag": "forge:storage_blocks/nethersteel"
  }
}