Biome Definition Spawners (Section) — SkNMS

Addon: SkNMS · Category: Section · Since: 1.1.0

Syntax

monster

Description

Define which mobs will spawn in your biome. This is used in the `spawners` section of the biome registration section. See [**Biome Definition**](https://minecraft.wiki/w/Biome_definition) on McWiki for more details.

Examples

spawners:
	creature:
		apply spawner for sheep with weight 12 and with min count 4
	monster:
		apply spawner for illusioner with weight 1 and with min count 1
		apply spawner for zombie, skeleton and creeper with weight 3 and with min count 1

View source