Skip to content

Commit

Permalink
Remove not necessary mushrooms alias that was trigerring warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sys4-fr committed Mar 18, 2018
1 parent 9aa3784 commit 84e5a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 3dmushrooms/init.lua
Expand Up @@ -52,13 +52,11 @@ minetest.override_item("flowers:mushroom_red", {
-- aliases to the default mushrooms

minetest.register_alias("mushroom:brown", "flowers:mushroom_brown")
minetest.register_alias("mushroom:brown_natural", "flowers:mushroom_fertile_brown")
minetest.register_alias("mushroom:spore_brown", "flowers:mushroom_spores_brown")
minetest.register_alias("mushroom:spore2", "flowers:mushroom_spores_brown")
minetest.register_alias("mushroom:brown_essence", "flowers:mushroom_brown")

minetest.register_alias("mushroom:red", "flowers:mushroom_red")
minetest.register_alias("mushroom:red_natural", "flowers:mushroom_fertile_red")
minetest.register_alias("mushroom:spore_red", "flowers:mushroom_spores_red")
minetest.register_alias("mushroom:spore1", "flowers:mushroom_spores_red")
minetest.register_alias("mushroom:poison", "flowers:mushroom_red")
Expand Down

0 comments on commit 84e5a73

Please sign in to comment.