Updated navigation
This commit is contained in:
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"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": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
Reference in New Issue
Block a user