summaryrefslogtreecommitdiff
path: root/carrot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'carrot.lua')
-rw-r--r--carrot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/carrot.lua b/carrot.lua
index 1cfedaa..0aefcfd 100644
--- a/carrot.lua
+++ b/carrot.lua
@@ -28,7 +28,7 @@ minetest.register_craft({
output = "farming:carrot_gold",
recipe = {
{"", "default:gold_lump", ""},
- {"default:gold_lump", "farming:carrot", "default:gold_lump"},
+ {"default:gold_lump", "group:food_carrot", "default:gold_lump"},
{"", "default:gold_lump", ""},
}
})