Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the maximum range, in blocks, that a mob will pursue a target. This affects AI behaviors like chasing players or attacking.
Follow Range Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| max | not set | Integer number | Maximum follow distance in blocks. The entity will not pursue targets beyond this range. | Blaze: 48, Elder Guardian: 16 |
| value | not set | Integer number | The default follow range in blocks. Entities will attempt to stay within this radius of their target. | Allay: 1024, Blaze: 48, Breeze: 32 |
Samples
Allay
"minecraft:follow_range": {
"value": 1024
}
Blaze
"minecraft:follow_range": {
"max": 48,
"value": 48
}
Breeze
"minecraft:follow_range": {
"value": 32
}
Dolphin
"minecraft:follow_range": {
"value": 48,
"max": 48
}
Elder Guardian
"minecraft:follow_range": {
"max": 16,
"value": 16
}