Update documentation for spawn rules (#117)

Documentation updates
This commit is contained in:
Piotr Brzozowski
2022-10-01 23:03:45 +02:00
committed by GitHub
parent 76c2b023ad
commit 7b875f043a
19 changed files with 142 additions and 74 deletions

View File

@@ -3,10 +3,13 @@
"additionalProperties": false,
"type": "object",
"title": "Density Limit",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"description": "This component allows the players to specify the amount of mobs to spawn in certain locations.",
"properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface.", "title": "Surface" },
"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.",