Skip to content

Lunar Mob Spawn Info

Corgi Taco edited this page Aug 17, 2022 · 10 revisions

Defines mob spawning information.

  • use_biome_spawn_settings - true/false to use the biome's spawns.
  • force_surface_spawning - true/false to use force mob spawns on the surface.
  • slimes_spawn_everywhere - true/false to allow slimes to spawn everywhere if their spawning rules meet the requirement. Disregards full moon settings used in swamps and slime chunks.
  • mob_spawn_settings - Uses Mob Spawn Settings.

Example

"mob_spawn_settings": {
	"spawners": {
		"ambient": [],
		"axolotls": [],
		"creature": [],
		"misc": [],
		"monster": [],
		"underground_water_creature": [],
		"water_ambient": [],
		"water_creature": []
	}
}