summaryrefslogtreecommitdiff
path: root/raspberry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'raspberry.lua')
-rw-r--r--raspberry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/raspberry.lua b/raspberry.lua
index 969d1e2..931d2ae 100644
--- a/raspberry.lua
+++ b/raspberry.lua
@@ -23,7 +23,7 @@ minetest.register_craft({
output = "farming:smoothie_raspberry",
recipe = {
{"default:snow"},
- {"farming:raspberries"},
+ {"group:food_raspberries"},
{"vessels:drinking_glass"},
}
})