@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user