Added spawnrules 1.17.0

This commit is contained in:
DaanV2
2021-06-03 16:26:16 +02:00
parent f9e7609cd0
commit 31b2ed6dd8
20 changed files with 218 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.density_limit",
"additionalProperties": false,
"type": "object",
"title": "Density Limit 1.17.0",
"description": "TODO",
"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"
}
}
}