Fan Blasting Catalyst
16×16 · BAKED

block· Machines & Other Blocks

Fan Blasting Catalyst

Create: Connected · by Lysine
block Blasting Fan Processing CatalystFan TransparentPickaxe Mineable

Fan Blasting Catalyst is a block from Create: Connected, crafted from Empty Fan Catalyst and Lava (1000 mB).

Acquisition

Filling using Empty Fan Catalyst and Lava (1000 mB). Produces Fan Blasting Catalyst.

Filling conditional
Empty Fan Catalyst Empty Fan Catalyst Lava (1000 mB)
Fan Blasting Catalyst Fan Blasting Catalyst guaranteed

Item Application using Empty Fan Catalyst and Lava Bucket. Produces Fan Blasting Catalyst.

Item Application conditional
Fan Blasting Catalyst Fan Blasting Catalyst guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create_connected:fan_blasting_catalyst
Namespace
create_connected
Mod ID
create_connected
Tags (3)
create:blocks/fan_processing_catalysts/blasting
create:blocks/fan_transparent
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "fluid": "minecraft:lava",
      "amount": 1000
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "create_connected:feature_enabled",
        "feature": "create_connected:empty_fan_catalyst"
      },
      "type": "create_connected:feature_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "item": "minecraft:lava_bucket"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "create_connected:feature_enabled",
        "feature": "create_connected:empty_fan_catalyst"
      },
      "type": "create_connected:feature_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}