This commit is contained in:
DaanV2
2021-07-02 21:19:40 +02:00
parent 1b991d4e00
commit 492e018731
12 changed files with 39 additions and 40 deletions

View File

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