World Generator Attributes

allowedBiomes

This attribute defines in what biomes that block is allowed to generate.

Examples

// Default value
allowedBiomes = "all";

allowedBiomes = "Jungle";

allowedBiomes = "Desert";

allowedBiomes = "Jungle,Desert";