diff --git a/common/src/main/resources/data/botanypots/recipes/hexerei/crop/belladonna.json b/common/src/main/resources/data/botanypots/recipes/hexerei/crop/belladonna.json index 48bb7c65..ca614f2e 100644 --- a/common/src/main/resources/data/botanypots/recipes/hexerei/crop/belladonna.json +++ b/common/src/main/resources/data/botanypots/recipes/hexerei/crop/belladonna.json @@ -5,13 +5,13 @@ "values": [ "hexerei:belladonna_berries", "hexerei:belladonna_flowers", - "hexerei:belladonna_flower" + "hexerei:belladonna_plant" ] } ], "type": "botanypots:crop", "seed": { - "item": "hexerei:belladonna_flower" + "item": "hexerei:belladonna_plant" }, "categories": [ "dirt" @@ -37,8 +37,8 @@ { "chance": 0.05, "output": { - "item": "hexerei:belladonna_flower" + "item": "hexerei:belladonna_plant" } } ] -} \ No newline at end of file +} diff --git a/common/src/main/resources/data/botanypots/recipes/hexerei/crop/mandrake.json b/common/src/main/resources/data/botanypots/recipes/hexerei/crop/mandrake.json index 6efad4f3..501f3e49 100644 --- a/common/src/main/resources/data/botanypots/recipes/hexerei/crop/mandrake.json +++ b/common/src/main/resources/data/botanypots/recipes/hexerei/crop/mandrake.json @@ -5,13 +5,13 @@ "values": [ "hexerei:mandrake_flowers", "hexerei:mandrake_root", - "hexerei:mandrake_flower" + "hexerei:mandrake_plant" ] } ], "type": "botanypots:crop", "seed": { - "item": "hexerei:mandrake_flower" + "item": "hexerei:mandrake_plant" }, "categories": [ "dirt" @@ -37,8 +37,8 @@ { "chance": 0.05, "output": { - "item": "hexerei:mandrake_flower" + "item": "hexerei:mandrake_plant" } } ] -} \ No newline at end of file +}