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,