diff --git a/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/dough_to_farm_and_charm_dough.json b/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/dough_to_farm_and_charm_dough.json new file mode 100644 index 0000000..9d84228 --- /dev/null +++ b/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/dough_to_farm_and_charm_dough.json @@ -0,0 +1,34 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "create", + "farm_and_charm" + ] + } + ], + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "create" + }, + { + "type": "neoforge:mod_loaded", + "modid": "farm_and_charm" + } + ], + "type": "farm_and_charm:crafting_bowl", + "ingredients": [ + { + "item": "create:dough" + }, + { + "item": "farm_and_charm:yeast" + } + ], + "result": { + "id": "farm_and_charm:dough", + "count": 5 + } +} \ No newline at end of file