diff --git a/SubstrateCS/Properties/AssemblyInfo.cs b/SubstrateCS/Properties/AssemblyInfo.cs index de85a85..245d6b3 100644 --- a/SubstrateCS/Properties/AssemblyInfo.cs +++ b/SubstrateCS/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.3.7.0")] -[assembly: AssemblyFileVersion("1.3.7.0")] +[assembly: AssemblyVersion("1.3.8.0")] +[assembly: AssemblyFileVersion("1.3.8.0")] // This library is compatible with all CLS-compliant .NET programming languages. [assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/SubstrateCS/Source/Item.cs b/SubstrateCS/Source/Item.cs index 9c203fe..4c0bff7 100644 --- a/SubstrateCS/Source/Item.cs +++ b/SubstrateCS/Source/Item.cs @@ -146,6 +146,8 @@ namespace Substrate return null; } + _enchantments.Clear(); + _id = ctree["id"].ToTagShort(); _count = ctree["Count"].ToTagByte(); _damage = ctree["Damage"].ToTagShort();