diff --git a/src/main/resources/data/create/recipes/compat/quark/crushing/cactus.json b/src/main/resources/data/create/recipes/compat/quark/crushing/moss_block.json similarity index 72% rename from src/main/resources/data/create/recipes/compat/quark/crushing/cactus.json rename to src/main/resources/data/create/recipes/compat/quark/crushing/moss_block.json index 0e007833a..04ed45e63 100644 --- a/src/main/resources/data/create/recipes/compat/quark/crushing/cactus.json +++ b/src/main/resources/data/create/recipes/compat/quark/crushing/moss_block.json @@ -9,19 +9,19 @@ "group": "minecraft:misc", "ingredients": [ { - "item": "minecraft:cactus" + "item": "minecraft:moss_block" } - ], + ], "results": [ { - "item": "quark:cactus_paste", + "item": "quark:moss_paste", "count": 2 }, { - "item": "quark:cactus_paste", + "item": "quark:moss_paste", "count": 1, "chance": 0.1 } ], "processingTime": 50 -} \ No newline at end of file +}