Fan Washing Catalyst

block· Machines & Other Blocks

Fan Washing Catalyst

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

Fan Washing Catalyst is a block from Create: Connected, crafted from Empty Fan Catalyst and Water Bucket.

Acquisition

Item Application using Empty Fan Catalyst and Water Bucket. Produces Fan Washing Catalyst.

Item Application conditional
Fan Washing Catalyst Fan Washing Catalyst guaranteed

Filling using Empty Fan Catalyst and Water (1000 mB). Produces Fan Washing Catalyst.

Filling conditional
Empty Fan Catalyst Empty Fan Catalyst Water (1000 mB)
Fan Washing Catalyst Fan Washing Catalyst guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "item": "minecraft:water_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
}
{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "fluid": "minecraft:water",
      "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
}