World Generator Attributes

generationsPerChunk

This attribute defines how many generations are made per chunk.

Examples

// There is a chance of 50% that a generation is made
generationsPerChunk = 0.5;

// Default value
generationsPerChunk = 1.0;

// Two generations and with a chance of 40% three generations are mode
generationsPerChunk = 2.4;