Fan Chocolate Coating Catalyst
16×16 · BAKED

block· Machines & Other Blocks

Fan Chocolate Coating Catalyst

Create: Connected · by Lysine
block Fan TransparentChocolate Coating Fan CatalystPickaxe Mineable

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

Acquisition

Filling using Empty Fan Catalyst and Chocolate (1000 mB). Produces Fan Chocolate Coating Catalyst.

Filling conditional
Empty Fan Catalyst Empty Fan Catalyst Chocolate (1000 mB)
Fan Chocolate Coating Catalyst Fan Chocolate Coating Catalyst guaranteed

Item Application using Empty Fan Catalyst and Chocolate Bucket. Produces Fan Chocolate Coating Catalyst.

Item Application conditional
Fan Chocolate Coating Catalyst Fan Chocolate Coating Catalyst guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "create:filling",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "fluid": "create:chocolate",
      "amount": 1000
    }
  ],
  "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
}
{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create_connected:empty_fan_catalyst"
    },
    {
      "item": "create:chocolate_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_more_catalysts"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}