Replace aliased fertile mushrooms.
authorAuke Kok <sofar@foo-projects.org>
Thu, 7 Jan 2016 15:21:19 +0000 (07:21 -0800)
committerparamat <mat.gregory@virginmedia.com>
Fri, 8 Jan 2016 00:24:05 +0000 (00:24 +0000)
This is a non-issue: these are aliased to normal mushrooms. For
clarity, we replace them with the normal mushrooms here as well.

mods/flowers/mapgen.lua

index 51525c74db6331ee7d36b292db10e028e979a25e..59ce97a30201bd5294bd029b3334f26c8238da39 100644 (file)
@@ -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
@@ -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