mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -33,6 +33,10 @@ public enum Attribute {
|
|||||||
* Armor bonus of an Entity.
|
* Armor bonus of an Entity.
|
||||||
*/
|
*/
|
||||||
GENERIC_ARMOR,
|
GENERIC_ARMOR,
|
||||||
|
/**
|
||||||
|
* Armor durability bonus of an Entity.
|
||||||
|
*/
|
||||||
|
GENERIC_ARMOR_TOUGHNESS,
|
||||||
/**
|
/**
|
||||||
* Luck bonus of an Entity.
|
* Luck bonus of an Entity.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user