Added documentation for spawnrules

This commit is contained in:
DaanV2
2021-04-23 13:23:02 +02:00
parent 8d33845d05
commit 8f1663b45b
8 changed files with 36 additions and 20 deletions

View File

@@ -5,5 +5,8 @@
"type": "object",
"title": "Density Limit 1.8.0",
"description": "TODO",
"properties": { "surface": { "type": "integer", "description": "TODO", "title": "Surface" }, "underground": { "type": "integer", "description": "TODO", "title": "Underground" } }
"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" }
}
}