UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"speed_modifier": { "default": 0.0, "description": "TODO description: speed modifier", "title": "Speed Modifier" },
"speed_modifier": { "default": 0.0, "description": "UNDOCUMENTATED: speed modifier", "title": "Speed Modifier" },
"potions": {
"type": "array",
"description": "A list of potions that this entity can drink.",
@@ -31,7 +31,7 @@
"title": "Filters"
}
},
"description": "TODO description: potions",
"description": "UNDOCUMENTATED: potions",
"title": "Potions"
},
"title": "Potions"

View File

@@ -39,7 +39,7 @@
"max_failed_attempts": {
"type": "integer",
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -45,6 +45,6 @@
}
}
},
"sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO Title" }
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}