Added the new enchantments of Minecraft 1.7
Added the following enchantments : Luck of the Sea : ID = 61 Lure : ID = 62
This commit is contained in:
parent
11c5ad1170
commit
fd901e3d7c
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
// Enchantments.h
|
// Enchantments.h
|
||||||
|
|
||||||
// Declares the cEnchantments class representing a storage for item enchantments and stored-enchantments
|
// Declares the cEnchantments class representing a storage for item enchantments and stored-enchantments
|
||||||
@ -58,6 +57,8 @@ public:
|
|||||||
enchPunch = 49,
|
enchPunch = 49,
|
||||||
enchFlame = 50,
|
enchFlame = 50,
|
||||||
enchInfinity = 51,
|
enchInfinity = 51,
|
||||||
|
enchLuckOfTheSea = 61,
|
||||||
|
enchLure = 62,
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
/// Creates an empty enchantments container
|
/// Creates an empty enchantments container
|
||||||
|
Loading…
Reference in New Issue
Block a user