diff --git a/src/main/resources/data/clayworks/recipes/supplementaries/ash_from_baking.json b/src/main/resources/data/clayworks/recipes/supplementaries/ash_from_baking.json new file mode 100644 index 00000000..1c1b252d --- /dev/null +++ b/src/main/resources/data/clayworks/recipes/supplementaries/ash_from_baking.json @@ -0,0 +1,40 @@ +{ + "type": "forge:conditional", + "recipes": [ + { + "conditions": [ + { + "values": [ + { + "type": "blueprint:and", + "values": [ + { + "modid": "supplementaries", + "type": "forge:mod_loaded" + }, + { + "type": "supplementaries:flag", + "flag": "ash_bricks" + } + ] + }, + { + "value": "kiln", + "type": "clayworks:config" + } + ], + "type": "forge:and" + } + ], + "recipe": { + "type": "clayworks:baking", + "ingredient": { + "tag": "forge:ash" + }, + "result": "supplementaries:ash_brick", + "experience": 0.3, + "cookingtime": 100 + } + } + ] +} \ No newline at end of file