Updated navigation

This commit is contained in:
DaanV2
2021-06-03 16:04:44 +02:00
parent dbff203568
commit 59bfbdf2db

View File

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