Skip to content

Commit 223e924

Browse files
sofarparamat
authored andcommittedJan 8, 2016
Lower mushroom-on-log rate for pine forests.
These were likely too high, so we lower them to the rate of mushrooms on apple trees. issue #773
1 parent 556f0d4 commit 223e924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/default/mapgen.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ function default.register_decorations()
10941094
{ name = "default:pine_tree", param2 = 12 },
10951095
{ name = "default:pine_tree", param2 = 12, prob = 127 },
10961096
{ name = "air", prob = 0 },
1097-
{ name = "flowers:mushroom_red", prob = 127 },
1097+
{ name = "flowers:mushroom_red", prob = 63 },
10981098
{ name = "air", prob = 0 },
10991099
},
11001100
},

0 commit comments

Comments
 (0)
Please sign in to comment.