mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Enchantment: Add new constants
these aren't registered yet because they aren't implemented.
This commit is contained in:
parent
8f41384923
commit
e12e2897bb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user