mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
#910: Match generic max absorption attribute name style with the rest
This commit is contained in:
parent
c7390d7129
commit
99a7f6f0cf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public enum Attribute implements Keyed {
|
||||||
/**
|
/**
|
||||||
* Maximum absorption of an Entity.
|
* Maximum absorption of an Entity.
|
||||||
*/
|
*/
|
||||||
MAX_ABSORPTION("generic.max_absorption"),
|
GENERIC_MAX_ABSORPTION("generic.max_absorption"),
|
||||||
/**
|
/**
|
||||||
* Strength with which a horse will jump.
|
* Strength with which a horse will jump.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue