1
0

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:
nesco 2013-11-12 13:37:39 +01:00
parent 11c5ad1170
commit fd901e3d7c

View File

@ -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