Skip to content

Commit

Permalink
Lower mushroom-on-log rate for pine forests.
Browse files Browse the repository at this point in the history
These were likely too high, so we lower them to the rate
of mushrooms on apple trees.

issue #773
  • Loading branch information
sofar authored and paramat committed Jan 8, 2016
1 parent 556f0d4 commit 223e924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/mapgen.lua
Expand Up @@ -1094,7 +1094,7 @@ function default.register_decorations()
{ name = "default:pine_tree", param2 = 12 },
{ name = "default:pine_tree", param2 = 12, prob = 127 },
{ name = "air", prob = 0 },
{ name = "flowers:mushroom_red", prob = 127 },
{ name = "flowers:mushroom_red", prob = 63 },
{ name = "air", prob = 0 },
},
},
Expand Down

0 comments on commit 223e924

Please sign in to comment.