Fan Exploding Catalyst

block· Machines & Other Blocks

Fan Exploding Catalyst

Create: Connected · by Lysine
block Fan TransparentExploding Fan CatalystPickaxe Mineable

Fan Exploding Catalyst is a block from Create: Connected, crafted from Empty Fan Catalyst and Creeper Head.

Acquisition

Item Application using Empty Fan Catalyst and Creeper Head. Produces Fan Exploding Catalyst.

Item Application conditional
Fan Exploding Catalyst Fan Exploding Catalyst guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create_connected:fan_exploding_catalyst
Namespace
create_connected
Mod ID
create_connected
Tags (3)
create:blocks/fan_transparent
create_more_catalysts:blocks/fan_catalysts/exploding
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "item": "minecraft:creeper_head"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "create_connected:feature_enabled",
        "feature": "create_connected:empty_fan_catalyst"
      },
      "type": "create_connected:feature_enabled"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create_more_catalysts"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}