From f82ae785ef9aa89376e8c26f41f867fde873f11c Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 3 Sep 2022 12:53:07 +1000 Subject: [PATCH] Add a compatibility recipe for haunting Farmer's Delight tomatoes --- .../haunting/rotten_tomato.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/create/recipes/compat/farmersdelight/haunting/rotten_tomato.json diff --git a/src/main/resources/data/create/recipes/compat/farmersdelight/haunting/rotten_tomato.json b/src/main/resources/data/create/recipes/compat/farmersdelight/haunting/rotten_tomato.json new file mode 100644 index 000000000..06b30d74a --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/farmersdelight/haunting/rotten_tomato.json @@ -0,0 +1,19 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "farmersdelight" + } + ], + "type": "create:haunting", + "ingredients": [ + { + "item": "farmersdelight:tomato" + } + ], + "results": [ + { + "item": "farmersdelight:rotten_tomato" + } + ] +} \ No newline at end of file