mobSpawnSettings

fun mobSpawnSettings(mobSpawnSettings: MobSpawnSettings)

Sets the MobSpawnSettings of this biome. As the name suggests, this is used to configure the spawning of mobs.

For more information on mob spawning, check out the docs page.

TODO PRE 0.13: change link ^^^^^^^^^^


fun mobSpawnSettings(mobSpawnSettings: MobSpawnSettingsBuilder.() -> Unit)

Sets the MobSpawnSettings of this biome using a MobSpawnSettingsBuilder. As the name suggests, this is used to configure the spawning of mobs.

For more information on mob spawning, check out the docs page.

TODO PRE 0.13: change link ^^^^^^^^^^