updating todo titles

This commit is contained in:
DaanV2
2021-06-09 10:24:10 +02:00
parent 93a8ce3aec
commit ada0815fa6
78 changed files with 343 additions and 326 deletions

View File

@@ -34,11 +34,11 @@
"description": "Tells the pathfinder which blocks to avoid when creating a path",
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"title": "Block to Avoid",
"description": "UNDOCUMENTATED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
]
}
},