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