From ca8352a65f62036b77162466c7f6cf577050617d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 14 Oct 2021 14:56:58 +0200 Subject: [PATCH] Updated --- .../entities/format/components/navigation.climb.json | 6 ++++++ .../entities/format/components/navigation.float.json | 6 ++++++ .../behavior/entities/format/components/navigation.fly.json | 6 ++++++ .../entities/format/components/navigation.generic.json | 6 ++++++ .../entities/format/components/navigation.hover.json | 6 ++++++ .../entities/format/components/navigation.swim.json | 6 ++++++ .../entities/format/components/navigation.walk.json | 6 ++++++ 7 files changed, 42 insertions(+) diff --git a/source/behavior/entities/format/components/navigation.climb.json b/source/behavior/entities/format/components/navigation.climb.json index fdc40178..5fde0ce5 100644 --- a/source/behavior/entities/format/components/navigation.climb.json +++ b/source/behavior/entities/format/components/navigation.climb.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.float.json b/source/behavior/entities/format/components/navigation.float.json index f0bc72d6..c95fa3aa 100644 --- a/source/behavior/entities/format/components/navigation.float.json +++ b/source/behavior/entities/format/components/navigation.float.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.fly.json b/source/behavior/entities/format/components/navigation.fly.json index 261017c2..9b1658ed 100644 --- a/source/behavior/entities/format/components/navigation.fly.json +++ b/source/behavior/entities/format/components/navigation.fly.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.generic.json b/source/behavior/entities/format/components/navigation.generic.json index 03692079..869b0363 100644 --- a/source/behavior/entities/format/components/navigation.generic.json +++ b/source/behavior/entities/format/components/navigation.generic.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.hover.json b/source/behavior/entities/format/components/navigation.hover.json index 6da5befa..b151bff5 100644 --- a/source/behavior/entities/format/components/navigation.hover.json +++ b/source/behavior/entities/format/components/navigation.hover.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.swim.json b/source/behavior/entities/format/components/navigation.swim.json index 39ecfb47..7bee2d78 100644 --- a/source/behavior/entities/format/components/navigation.swim.json +++ b/source/behavior/entities/format/components/navigation.swim.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false, diff --git a/source/behavior/entities/format/components/navigation.walk.json b/source/behavior/entities/format/components/navigation.walk.json index 935437d7..50f59a33 100644 --- a/source/behavior/entities/format/components/navigation.walk.json +++ b/source/behavior/entities/format/components/navigation.walk.json @@ -125,6 +125,12 @@ } }, "examples": [ + {}, + { + "avoid_damage_blocks": true, + "can_pass_doors": true, + "can_jump": true + }, { "avoid_damage_blocks": false, "avoid_portals": false,