Skip to content
Snippets Groups Projects
Commit 3be2f12b authored by Megaf's avatar Megaf Committed by paramat
Browse files

Flowers: Add missing aliases for mushrooms from the mushroom mod

parent cabf80b7
Branches
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ minetest.register_alias("flowers:mushroom_spores_brown", "flowers:mushroom_brown
minetest.register_alias("flowers:mushroom_spores_red", "flowers:mushroom_red")
minetest.register_alias("flowers:mushroom_fertile_brown", "flowers:mushroom_brown")
minetest.register_alias("flowers:mushroom_fertile_red", "flowers:mushroom_red")
minetest.register_alias("mushroom:brown_natural", "flowers:mushroom_brown")
minetest.register_alias("mushroom:red_natural", "flowers:mushroom_red")
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment