From 72af63af1fa8a077a2125a58ede91496988f9997 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:21:49 +0100 Subject: [PATCH] Update navigation.walk.json found in documentation and vanilla packs --- .../entities/format/components/navigation.walk.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/behavior/entities/format/components/navigation.walk.json b/source/behavior/entities/format/components/navigation.walk.json index 26deb4f2..fa34a612 100644 --- a/source/behavior/entities/format/components/navigation.walk.json +++ b/source/behavior/entities/format/components/navigation.walk.json @@ -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,