Skip to content

Commit 556f0d4

Browse files
sofarparamat
authored andcommittedJan 8, 2016
Replace aliased fertile mushrooms.
This is a non-issue: these are aliased to normal mushrooms. For clarity, we replace them with the normal mushrooms here as well.
1 parent 57939c6 commit 556f0d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎mods/flowers/mapgen.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function flowers.register_mgv6_decorations()
7070
register_mgv6_flower("viola")
7171
register_mgv6_flower("dandelion_white")
7272

73-
register_mgv6_mushroom("mushroom_fertile_brown")
74-
register_mgv6_mushroom("mushroom_fertile_red")
73+
register_mgv6_mushroom("mushroom_brown")
74+
register_mgv6_mushroom("mushroom_red")
7575

7676
register_mgv6_waterlily()
7777
end
@@ -151,8 +151,8 @@ function flowers.register_decorations()
151151
register_flower(1133, "viola")
152152
register_flower(73133, "dandelion_white")
153153

154-
register_mushroom("mushroom_fertile_brown")
155-
register_mushroom("mushroom_fertile_red")
154+
register_mushroom("mushroom_brown")
155+
register_mushroom("mushroom_red")
156156

157157
register_waterlily()
158158
end

0 commit comments

Comments
 (0)