JS object instance, containing all registered custom biomes.
dimension ID
Custom dimension by it's numeric ID.
dimension name
Dimension by it's string name specified in CustomDimension constructor.
Function used to simplify the creation of terrain generator by passing a json-like structure as a single generator parameter.
object containing all the required generator information
Optional
base?: string | numberSpecifies base generator, see CustomGenerator constructor for details.
Optional
biome?: numberSets base biome for the current terrain, applicable only to "mono".
Optional
buildSpecifies whether to use vanilla biome surface cover blocks (grass, sand, podzol, etc.).
See setBuildVanillaSurfaces for details.
Optional
generateSpecifies whether to generate minecraft vanilla structures.
See setGenerateVanillaStructures for details.
Optional
layers?: TerrainLayerParams[]An array of terrain layers descriptions, each one representing it's own terrain layer.
See MonoBiomeTerrainGenerator.addTerrainLayer for details.
Optional
modCan be either string for an existing dimensions ("overworld", "nether", "end") or -1 to disable mods generation.
See setModGenerationBaseDimension for details.
Optional
type?: stringSpecifies what generator type to use. Default and the only currently available option is "mono", that is equivalent to creating a MonoBiomeTerrainGenerator.
Overrides default generator of vanilla dimension.
vanilla dimension ID, one of the EDimension values
custom landscape generator used for vanilla dimension
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
Namespace used to create and manipulate custom dimensions.