Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Removed call to that generated trees everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelysam committed Jan 14, 2017
1 parent e032b12 commit 50956b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minetestforfun_game/mods/default/mapgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ if mg_params.mgname == "v6" then --(1)
default.register_ores()
default.register_mgv6_decorations()
else
default.register_biomes()
--default.register_biomes() -- MFF
default.register_ores()
default.register_decorations()
--default.register_decorations() MFF: Causes extremely dense forests everywhere (since biomes are not used, decorations are generated everywhere).
end

2 comments on commit 50956b5

@gaelysam
Copy link
Member Author

@gaelysam gaelysam commented on 50956b5 Jan 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in the title: "Removed call to default.register_decorations that generated trees everywhere"

@BetterToAutomateTheWorld
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thank you for this fix :)

Please sign in to comment.