summaryrefslogtreecommitdiff
path: root/raspberry.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-03-12 18:23:45 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-03-12 18:23:45 +0000
commit14154cea54ab4eb40e878fc8fe1c2d79fa41b40e (patch)
tree8c973b05aa9f836a67aa20506ac3507267542fd2 /raspberry.lua
parente4ed12056d875b603c03e93aaf7e4489f606aa83 (diff)
food items now crafted using food_ groups
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"},
}
})