2021-10-21 16:39:38 +02:00
|
|
|
{
|
2021-10-21 16:43:14 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.density_limit",
|
2021-10-21 16:39:38 +02:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"type": "object",
|
2021-10-21 16:43:14 +02:00
|
|
|
"title": "Density Limit",
|
2021-10-21 16:39:38 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
|
|
|
|
"$comment": "UNDOCUMENTED",
|
|
|
|
|
"properties": {
|
|
|
|
|
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
|
|
|
|
|
"underground": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"description": "This is the maximum number of mobs of this type spawnable underground",
|
|
|
|
|
"title": "Underground"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|