Updated Comments
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"title": "Biome Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
|
||||
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"title": "Brightness Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"title": "Density Limit 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
|
||||
"underground": {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"title": "Difficulty Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
|
||||
"properties": {
|
||||
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
"type": "object",
|
||||
"title": "Distance Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
"type": "object",
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Max" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Min" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Max" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"title": "Height Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"herd": {
|
||||
"type": "object",
|
||||
|
||||
@@ -5,21 +5,18 @@
|
||||
"title": "Permute Type 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Permute Type",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"entity_type": {
|
||||
"type": "string",
|
||||
"title": "Entity Type",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
"title": "Spawn Event 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"event": { "type": "string", "title": "Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"title": "Spawns On Lava 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
"title": "Spawns On Block Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
"title": "Spawns On Block Prevented Filter 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"title": "Spawns On Surface 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"title": "Spawns Underground 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"title": "Spawns Underwater 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
"type": "object",
|
||||
"title": "Weight 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Default" } }
|
||||
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Default" } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user