Item Application using Empty Fan Catalyst and Enriched Soul Soil. Produces Fan Enriched Catalyst.
block· Machines & Other Blocks
Fan Enriched Catalyst
Create: Connected · by Lysine
Fan Enriched Catalyst is a block from Create: Connected, crafted from Empty Fan Catalyst and Enriched Soul Soil.
Acquisition
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create_connected:fan_enriched_catalyst- Namespace
create_connected- Mod ID
create_connected- Tags (3)
create:blocks/fan_transparent createnuclear:blocks/fan_processing_catalysts/enriched minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "create:item_application",
"pattern": null,
"ingredients": [
{
"item": "create_connected:empty_fan_catalyst"
},
{
"item": "createnuclear:enriched_soul_soil"
}
],
"conditions": [
{
"raw": {
"type": "create_connected:feature_enabled",
"feature": "create_connected:empty_fan_catalyst"
},
"type": "create_connected:feature_enabled"
},
{
"raw": {
"type": "forge:mod_loaded",
"modid": "createnuclear"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}