{ "type": "forge:conditional", "recipes": [ { "conditions": [ { "type": "actuallyadditions:bool_config_condition", "config_name": "tinyCoalStuff" } ], "recipe": { "type": "minecraft:crafting_shaped", "category": "misc", "key": { "C": { "item": "actuallyadditions:tiny_coal" } }, "pattern": [ "CCC", "C C", "CCC" ], "result": { "item": "minecraft:coal" }, "show_notification": true } } ] }