summaryrefslogtreecommitdiff
path: root/farming/crops/raspberry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/crops/raspberry.lua')
-rw-r--r--farming/crops/raspberry.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/farming/crops/raspberry.lua b/farming/crops/raspberry.lua
index 4938658..979bdfb 100644
--- a/farming/crops/raspberry.lua
+++ b/farming/crops/raspberry.lua
@@ -17,6 +17,7 @@ minetest.register_craftitem("farming:smoothie_raspberry", {
description = S("Raspberry Smoothie"),
inventory_image = "farming_raspberry_smoothie.png",
on_use = minetest.item_eat(2, "vessels:drinking_glass"),
+ groups = {vessel = 1},
})
minetest.register_craft({