1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-18 11:22:15 +01:00

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