1
0

Added the new enchantments of Minecraft 1.7

-Luck of the sea
-Lure
This commit is contained in:
nesco 2013-11-12 13:41:39 +01:00
parent fd901e3d7c
commit 047995ef25

View File

@ -1,4 +1,3 @@
// Enchantments.cpp
// Implements the cEnchantments class representing a storage for item enchantments and stored-enchantments
@ -179,6 +178,8 @@ int cEnchantments::StringToEnchantmentID(const AString & a_EnchantmentName)
{ enchPunch, "Punch"},
{ enchFlame, "Flame"},
{ enchInfinity, "Infinity"},
{ enchLuckOfTheSea "LuckOfTheSea"},
{ enchLure "Lure"},
} ;
for (int i = 0; i < ARRAYCOUNT(EnchantmentNames); i++)
{