Item Application using Empty Fan Catalyst and Dragon Head. Produces Fan Ending Catalyst with Dragon Head.
block· Machines & Other Blocks
Fan Ending Catalyst with Dragon Head
Create: Connected · by Lysine
Fan Ending Catalyst with Dragon Head is a block from Create: Connected, crafted from Empty Fan Catalyst and Dragon Head.
Acquisition
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create_connected:fan_ending_catalyst_dragon_head- Namespace
create_connected- Mod ID
create_connected- Tags (4)
create:blocks/fan_transparent create_dragons_plus:blocks/fan_processing_catalysts/ending create_henry:blocks/fan_processing_catalysts/dragon_breathing minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "create:item_application",
"pattern": null,
"ingredients": [
{
"item": "create_connected:empty_fan_catalyst"
},
{
"item": "minecraft:dragon_head"
}
],
"conditions": [
{
"raw": {
"type": "create_connected:feature_enabled",
"feature": "create_connected:empty_fan_catalyst"
},
"type": "create_connected:feature_enabled"
},
{
"raw": {
"type": "forge:or",
"values": [
{
"type": "forge:mod_loaded",
"modid": "create_dragons_plus"
},
{
"type": "forge:mod_loaded",
"modid": "create_henry"
}
]
},
"type": "forge:or"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}