mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-10 22:05:10 +01:00
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9d860f7ef6
commit
7b6cf91ff5
@ -33,6 +33,10 @@ public enum Attribute {
|
||||
* Armor bonus of an Entity.
|
||||
*/
|
||||
GENERIC_ARMOR,
|
||||
/**
|
||||
* Armor durability bonus of an Entity.
|
||||
*/
|
||||
GENERIC_ARMOR_TOUGHNESS,
|
||||
/**
|
||||
* Luck bonus of an Entity.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user