Enchantment: Add new constants

these aren't registered yet because they aren't implemented.
This commit is contained in:
Dylan K. Taylor 2018-05-23 12:34:58 +01:00
parent 8f41384923
commit e12e2897bb

View File

@ -57,6 +57,12 @@ class Enchantment{
public const LURE = 24;
public const FROST_WALKER = 25;
public const MENDING = 26;
public const BINDING = 27;
public const VANISHING = 28;
public const IMPALING = 29;
public const RIPTIDE = 30;
public const LOYALTY = 31;
public const CHANNELING = 32;
public const RARITY_COMMON = 10;
public const RARITY_UNCOMMON = 5;