From dd9ed3954b9a2f30118e14325748ee27b077c23f Mon Sep 17 00:00:00 2001 From: RooftopThinker Date: Tue, 19 May 2026 23:29:03 +0300 Subject: [PATCH 1/2] Add Create dough to Farm & Charm dough conversion --- .../create_dough_to_farm_and_charm_dough.json | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/create_dough_to_farm_and_charm_dough.json diff --git a/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/create_dough_to_farm_and_charm_dough.json b/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/create_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/create_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 From 8c57bb31984a7c52f8128abb716c68ac5ae6ca38 Mon Sep 17 00:00:00 2001 From: RooftopThinker Date: Wed, 20 May 2026 00:02:38 +0300 Subject: [PATCH 2/2] Use common dough tag for Farm & Charm dough conversion --- ...rm_and_charm_dough.json => dough_to_farm_and_charm_dough.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/{create_dough_to_farm_and_charm_dough.json => dough_to_farm_and_charm_dough.json} (100%) diff --git a/common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/create_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 similarity index 100% rename from common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/create_dough_to_farm_and_charm_dough.json rename to common/src/main/resources/data/letsdocompat/recipe/farm_and_charm/dough_to_farm_and_charm_dough.json