Black Fan Dyeing Catalyst
16×16 · BAKED

block· Machines & Other Blocks

Black Fan Dyeing Catalyst

Dye Color:
Create: Connected · by Lysine
block Black DyeFan TransparentPickaxe Mineable

Black Fan Dyeing Catalyst is a block from Create: Connected, crafted from Empty Fan Catalyst and Black Dye Bucket.

Acquisition

Item Application using Empty Fan Catalyst and Black Dye Bucket. Produces Black Fan Dyeing Catalyst.

Item Application conditional
Empty Fan Catalyst Empty Fan CatalystBlack Dye Bucket Black Dye Bucket·not yet documented
Black Fan Dyeing Catalyst Black Fan Dyeing Catalyst guaranteed

Filling using Black Mastic Resin (1000 mB) and Empty Fan Catalyst. Produces Black Fan Dyeing Catalyst.

Filling conditional
Black Mastic Resin (1000 mB)Empty Fan Catalyst Empty Fan Catalyst
Black Fan Dyeing Catalyst Black Fan Dyeing Catalyst guaranteed

Filling using Black Dye (1000 mB) and Empty Fan Catalyst. Produces Black Fan Dyeing Catalyst.

Filling conditional
Black Dye (1000 mB)Empty Fan Catalyst Empty Fan Catalyst
Black Fan Dyeing Catalyst Black Fan Dyeing Catalyst guaranteed

Item Application using Empty Fan Catalyst and Black Mastic Resin Bucket. Produces Black Fan Dyeing Catalyst.

Item Application conditional
Empty Fan Catalyst Empty Fan CatalystBlack Mastic Resin Bucket Black Mastic Resin Bucket·not yet documented
Black Fan Dyeing Catalyst Black Fan Dyeing Catalyst guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create_connected:black_fan_dyeing_catalyst
Namespace
create_connected
Mod ID
create_connected
Tags (5)
c:blocks/dyes/black
c:blocks/dyes
create:blocks/fan_transparent
garnished:blocks/fan_processing_catalysts/dye/black
minecraft:blocks/mineable/pickaxe

Recipe JSON (4):

{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "item": "create_dragons_plus:black_dye_bucket"
    }
  ],
  "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_dragons_plus"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "fluid": "garnished:black_mastic_resin",
      "amount": 1000
    },
    {
      "item": "create_connected:empty_fan_catalyst"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "create_connected:feature_enabled",
        "feature": "create_connected:empty_fan_catalyst"
      },
      "type": "create_connected:feature_enabled"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "garnished"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "fluid": "create_dragons_plus:black_dye",
      "amount": 1000
    },
    {
      "item": "create_connected:empty_fan_catalyst"
    }
  ],
  "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_dragons_plus"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "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": "garnished:black_mastic_resin_bucket"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "create_connected:feature_enabled",
        "feature": "create_connected:empty_fan_catalyst"
      },
      "type": "create_connected:feature_enabled"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "garnished"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}