Adding dots to description
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Density Limit",
|
||||
"description": "UNDOCUMENTED",
|
||||
"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" },
|
||||
"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",
|
||||
"description": "This is the maximum number of mobs of this type spawnable underground.",
|
||||
"title": "Underground"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user