Skip to content
Snippets Groups Projects
Commit 5bfd6c00 authored by sys4-fr's avatar sys4-fr
Browse files

Fix alias naming for raspberry in bushes_classic

parent 392dbb8b
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ for i, berry in ipairs(bushes_classic.bushes) do
on_use = minetest.item_eat(1),
groups = {berry=1, raspberry=1}
})
minetest.register_alias("bushes:blueberry", "farming:blueberries")
minetest.register_alias("bushes:raspberry", "farming:raspberries")
else
minetest.register_craftitem(":bushes:"..berry, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment