added FLYING_SPEED and FOLLOW_RANGE stats authored by Lxlp's avatar Lxlp
...@@ -197,6 +197,8 @@ The player inherits the `BaseValue` of these stats; Mobs also inherit them as de ...@@ -197,6 +197,8 @@ The player inherits the `BaseValue` of these stats; Mobs also inherit them as de
| BLOCK_BREAK_SPEED | The block break speed attribute | | BLOCK_BREAK_SPEED | The block break speed attribute |
| BLOCK_INTERACTION_RANGE | The block interaction range attribute | | BLOCK_INTERACTION_RANGE | The block interaction range attribute |
| ENTITY_INTERACTION_RANGE | The entity interaction range attribute | | ENTITY_INTERACTION_RANGE | The entity interaction range attribute |
| FLYING_SPEED | The flying speed of the entity |
| FOLLOW_RANGE | The follow range of the entity |
# Built-in Stats Breakdown # Built-in Stats Breakdown
... ...
......