Update navigation.walk.json

found in documentation and vanilla packs
This commit is contained in:
ChibiMango
2022-07-20 21:21:49 +01:00
parent 3193b0dfbc
commit 72af63af1f

View File

@@ -57,6 +57,12 @@
"description": "Tells the pathfinder whether or not it can jump up blocks",
"title": "Can Jump"
},
"can_float": {
"type": "boolean",
"default": false,
"description": "Tells the pathfinder whether or not it float.",
"title": "Can Jump"
},
"can_open_doors": {
"type": "boolean",
"default": false,