Skip to content

Commit

Permalink
Use "plants" and "trees" settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelysam committed Oct 26, 2015
1 parent 1c3950f commit a8e21a5
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 335 deletions.
4 changes: 2 additions & 2 deletions mapgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ local silt_threshold = vmg.define("silt_threshold", 1)
local sand_threshold = vmg.define("sand_threshold", 0.75)
local dirt_threshold = vmg.define("dirt_threshold", 0.5)

local tree_density = vmg.define("tree_density", 5) / 100
--[[local tree_density = vmg.define("tree_density", 5) / 100
local trees = vmg.define("trees", true)
local plant_density = vmg.define("plant_density", 32) / 100
local plants = vmg.define("plants", true)
local plants = vmg.define("plants", true)]]

local water_level = vmg.define("water_level", 1)
local river_water = vmg.define("river_water", true)
Expand Down
Loading

0 comments on commit a8e21a5

Please sign in to comment.