summaryrefslogtreecommitdiff
path: root/farming/crops/carrot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/crops/carrot.lua')
-rw-r--r--farming/crops/carrot.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/farming/crops/carrot.lua b/farming/crops/carrot.lua
index b4baa8d..6ec1994 100644
--- a/farming/crops/carrot.lua
+++ b/farming/crops/carrot.lua
@@ -22,6 +22,7 @@ minetest.register_craftitem("farming:carrot_juice", {
description = S("Carrot Juice"),
inventory_image = "farming_carrot_juice.png",
on_use = minetest.item_eat(4, "vessels:drinking_glass"),
+ groups = {vessel = 1},
})
minetest.register_craft({