Skip to content

Commit

Permalink
Replace aliased fertile mushrooms.
Browse files Browse the repository at this point in the history
This is a non-issue: these are aliased to normal mushrooms. For
clarity, we replace them with the normal mushrooms here as well.
  • Loading branch information
sofar authored and paramat committed Jan 8, 2016
1 parent 57939c6 commit 556f0d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/flowers/mapgen.lua
Expand Up @@ -70,8 +70,8 @@ function flowers.register_mgv6_decorations()
register_mgv6_flower("viola")
register_mgv6_flower("dandelion_white")

register_mgv6_mushroom("mushroom_fertile_brown")
register_mgv6_mushroom("mushroom_fertile_red")
register_mgv6_mushroom("mushroom_brown")
register_mgv6_mushroom("mushroom_red")

register_mgv6_waterlily()
end
Expand Down Expand Up @@ -151,8 +151,8 @@ function flowers.register_decorations()
register_flower(1133, "viola")
register_flower(73133, "dandelion_white")

register_mushroom("mushroom_fertile_brown")
register_mushroom("mushroom_fertile_red")
register_mushroom("mushroom_brown")
register_mushroom("mushroom_red")

register_waterlily()
end
Expand Down

0 comments on commit 556f0d4

Please sign in to comment.