#910: Match generic max absorption attribute name style with the rest

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
Bukkit/Spigot 2023-09-24 06:09:59 +10:00
parent 2a6d2d27d7
commit 65c69d1971

View File

@ -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.
*/