UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"max_failed_attempts": {
|
||||
"type": "integer",
|
||||
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO Title" }
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user