View
Topographic
Top-down
Isometric
Randomize
Terrain Layer 1
Feature Size
Exponent
Magnitude
Terrain Layer 2
Feature Size
Exponent
Magnitude
Doodads
// a Perlin noise layer { "feature_size": 22.8, "doodads":[ // place red doodads where this layer is 0.25 to 0.75 {"range":[0.25, 0.75], "color":[1, 0.2, 0.1]}, // place green doodads where this layer is 0.4 to 1.0, // but only if TERRAIN height is above 0.9 {"range":[0.4, 1.0], "height":[0.9,99.0], "color":[0.1, 1.0, 0.2], "cells_per_chunk": 17, "gen_in_cell_chance":0.05} ] }