From 480ed0ed0c137b75c4b2b86940abb099e52e8744 Mon Sep 17 00:00:00 2001 From: MoonFather Date: Thu, 4 Apr 2024 11:56:55 +0100 Subject: [PATCH] recipe --- .../data/growthcraft/recipes/growthcraft_manual.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/growthcraft/recipes/growthcraft_manual.json b/src/main/resources/data/growthcraft/recipes/growthcraft_manual.json index 7c6ba84a..09edcab2 100644 --- a/src/main/resources/data/growthcraft/recipes/growthcraft_manual.json +++ b/src/main/resources/data/growthcraft/recipes/growthcraft_manual.json @@ -8,5 +8,11 @@ "item": "minecraft:book" } ], - "book": "growthcraft:growthcraft" + "book": "growthcraft:growthcraft", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "patchouli" + } + ] } \ No newline at end of file