Updated navigation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user