Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

MobSpawnerData.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

MobSpawnerData

Properties

Name Type Description Notes
maximumNearbyEntities Integer The maximum number of nearby entities for another mob to spawn
maximumSpawnDelay Integer The maximum delay between two consecutive spawns
minimumSpawnDelay Integer The minimum delay between two consecutive spawns
nextEntityToSpawn EntityArchtype The next entity type that will be spawned by this spawner
possibleEntitiesToSpawn List<TableEntryEntityArchetype> A weighted table of probability for each entity type to spawn
remainingDelay Integer The remaining time until the next spawn attempt
requiredPlayerRange Integer The block range within there must be a player to trigger the spawn
spawnCount Integer The amount of entities that will spawn in one attempt
spawnRange Integer The range from the spawner within which the entities will spawn