-
-
Notifications
You must be signed in to change notification settings - Fork 21
Lunar Mob Spawn Info
Corgi Taco edited this page Aug 21, 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.
"lunar_spawn_settings": {
"force_surface_spawning": true,
"slimes_spawn_everywhere": false,
"mob_spawn_settings": {
"spawn_costs": { },
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
}
},
"use_biome_spawn_settings": true
}