Description
Provide api for various event creation, such as blood moon, raid, allowing the use of data pack custom
//Modification of currently supported creature spawn rules
{
"spawn_rule": {
"allow_original_biome_spawn_settings": true,
//Whether to allow original biome spawn settings to spawn naturally
"slimes_spawn_everywhere": true,
// Whether to allow slimes to spawn regardless of block limits
"ignoreLightLevel": true,
//Whether to allow mobs to spawn regardless of light levels
"ignoreDistance": true
//Whether to allow mobs to spawn regardless of the distance from the player
}
}

