diff --git a/SDVModTest/Properties/AssemblyInfo.cs b/SDVModTest/Properties/AssemblyInfo.cs index b1bf50f..b8e4f3f 100644 --- a/SDVModTest/Properties/AssemblyInfo.cs +++ b/SDVModTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.7.6.0")] -[assembly: AssemblyFileVersion("1.7.6.0")] +[assembly: AssemblyVersion("1.7.7.0")] +[assembly: AssemblyFileVersion("1.7.7.0")] diff --git a/SDVModTest/UIElements/ShowItemHoverInformation.cs b/SDVModTest/UIElements/ShowItemHoverInformation.cs index 7c58397..a5fa605 100644 --- a/SDVModTest/UIElements/ShowItemHoverInformation.cs +++ b/SDVModTest/UIElements/ShowItemHoverInformation.cs @@ -178,7 +178,9 @@ namespace UIInfoSuite.UIElements { if (requiredBundle.Value.Contains(_hoverItem.ParentSheetIndex) && !_hoverItem.Name.Contains("arecrow") && - _hoverItem.Name != "Chest") + _hoverItem.Name != "Chest" && + _hoverItem.Name != "Recycling Machine" && + _hoverItem.Name != "Solid Gold Lewis") { requiredBundleName = requiredBundle.Key; break; diff --git a/SDVModTest/manifest.json b/SDVModTest/manifest.json index f91509e..2881d1c 100644 --- a/SDVModTest/manifest.json +++ b/SDVModTest/manifest.json @@ -1,7 +1,7 @@ { "Name": "UI Info Suite", "Author": "Cdaragorn", - "Version": "1.7.6", + "Version": "1.7.7", "Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.", "UniqueID": "Cdaragorn.UiInfoSuite", "EntryDll": "UIInfoSuite.dll",