Added missing Enchantment IDs (#3419)

This commit is contained in:
Twisted
2020-04-19 15:42:27 +01:00
committed by GitHub
parent 70a4f73d73
commit 1579f41056

View File

@ -66,6 +66,9 @@ class Enchantment{
public const RIPTIDE = 30;
public const LOYALTY = 31;
public const CHANNELING = 32;
public const MULTISHOT = 33;
public const PIERCING = 34;
public const QUICK_CHARGE = 35;
public const RARITY_COMMON = 10;
public const RARITY_UNCOMMON = 5;