From fd901e3d7cd87f61bb47349cf6415637a461d2ba Mon Sep 17 00:00:00 2001 From: nesco Date: Tue, 12 Nov 2013 13:37:39 +0100 Subject: Added the new enchantments of Minecraft 1.7 Added the following enchantments : Luck of the Sea : ID = 61 Lure : ID = 62 --- source/Enchantments.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/Enchantments.h') diff --git a/source/Enchantments.h b/source/Enchantments.h index cda743daf..a6b4a53cd 100644 --- a/source/Enchantments.h +++ b/source/Enchantments.h @@ -1,4 +1,3 @@ - // Enchantments.h // Declares the cEnchantments class representing a storage for item enchantments and stored-enchantments @@ -58,6 +57,8 @@ public: enchPunch = 49, enchFlame = 50, enchInfinity = 51, + enchLuckOfTheSea = 61, + enchLure = 62, } ; /// Creates an empty enchantments container -- cgit v1.2.3