Updated components documentation

This commit is contained in:
DaanV2
2021-07-02 13:10:31 +02:00
parent 99513d5f6c
commit 589e1795cc
12 changed files with 20 additions and 165 deletions

View File

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