diff --git a/PCK-Studio/Properties/Resources.Designer.cs b/PCK-Studio/Properties/Resources.Designer.cs index c4e75881..cbe94a10 100644 --- a/PCK-Studio/Properties/Resources.Designer.cs +++ b/PCK-Studio/Properties/Resources.Designer.cs @@ -283,12 +283,25 @@ namespace PckStudio.Properties { } /// - /// Looks up a localized resource of type System.Byte[]. + /// Looks up a localized string similar to { + /// "COMMENT": "Entity data research by NessieHax (Miku-666) and MattNL", + /// "entities": [ + /// { "area_effect_cloud": "Area Effect Cloud / Particle" }, + /// { "armor_stand": "Armor Stand" }, + /// { "arrow": "Arrow" }, + /// { "blaze": "Blaze" }, + /// { "boat": "Boat" }, + /// { "cat": "Cat (PS4 EXCLUSIVE)" }, + /// { "cave_spider": "Cave Spider (PS4 EXCLUSIVE)" }, + /// { "chest_minecart": "Chest Minecart" }, + /// { "chicken": "Chicken" }, + /// { "cod": "Cod" }, + /// { "commandblock_minecart": "Command Block Minecart" }, + /// { "cow": [rest of string was truncated]";. /// - public static byte[] entityBehaviourData { + public static string entityBehaviourData { get { - object obj = ResourceManager.GetObject("entityBehaviourData", resourceCulture); - return ((byte[])(obj)); + return ResourceManager.GetString("entityBehaviourData", resourceCulture); } } diff --git a/PCK-Studio/Properties/Resources.resx b/PCK-Studio/Properties/Resources.resx index a12ce6b4..80b8b0f4 100644 --- a/PCK-Studio/Properties/Resources.resx +++ b/PCK-Studio/Properties/Resources.resx @@ -332,6 +332,6 @@ ..\Resources\entities.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\entityBehaviourData.json;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\Resources\entityBehaviourData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 \ No newline at end of file