mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 11:22:15 +01:00
#910: Match generic max absorption attribute name style with the rest
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
parent
2a6d2d27d7
commit
65c69d1971
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public enum Attribute implements Keyed {
|
|||
/**
|
||||
* Maximum absorption of an Entity.
|
||||
*/
|
||||
MAX_ABSORPTION("generic.max_absorption"),
|
||||
GENERIC_MAX_ABSORPTION("generic.max_absorption"),
|
||||
/**
|
||||
* Strength with which a horse will jump.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue