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,