From deb10675a1363b4caecffb63a21c910bb7b522ab Mon Sep 17 00:00:00 2001 From: MattNL Date: Wed, 8 Mar 2023 22:54:56 -0500 Subject: [PATCH] Added EntityModelData.json as a resource --- PCK-Studio/Properties/Resources.Designer.cs | 40 ++++++++++++++++++--- PCK-Studio/Properties/Resources.resx | 3 ++ 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/PCK-Studio/Properties/Resources.Designer.cs b/PCK-Studio/Properties/Resources.Designer.cs index cfa2be41..2a82dad2 100644 --- a/PCK-Studio/Properties/Resources.Designer.cs +++ b/PCK-Studio/Properties/Resources.Designer.cs @@ -314,9 +314,9 @@ namespace PckStudio.Properties { /// { "": "" }, /// { "": "" }, /// { "bat": "Bat" }, - /// { "blaze_head": "Blaze" }, - /// { "": "" }, + /// { "blaze_head": "Blaze (Head Only)" }, /// { "": "" }, + /// { "cat": "Cat (PS4 EXCLUSIVE)" }, /// { "": "" }, /// { "": "" }, /// { "": "" }, @@ -331,9 +331,7 @@ namespace PckStudio.Properties { /// { "": "" }, /// { "": "" }, /// { "": "" }, - /// { "ender_dragon": "Ender Dragon" }, - /// { "": "" }, - /// { "enderman": " [re.... + /// { "ender_dragon": "Ender Dragon" }, [rest of string was truncated]";. /// public static string entityMaterialData { get { @@ -341,6 +339,38 @@ namespace PckStudio.Properties { } } + /// + /// Looks up a localized string similar to { + /// "COMMENT": "Entity data research by NessieHax (Miku-666) and MattNL", + /// "entities": [ + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "bat": "Bat" }, + /// { "blaze": "Blaze" }, + /// { "boat": "Boat" }, + /// { "cat": "Cat (PS4 EXCLUSIVE)" }, + /// { "": "" }, + /// { "": "" }, + /// { "chicken": "Chicken" }, + /// { "cod": "Cod" }, + /// { "": "" }, + /// { "cow": "Cow" }, + /// { "creeper": "Creeper" }, + /// { "dolphin": "Dolphin" }, + /// { "": "" }, + /// { "": "" }, + /// { "zombie.drowned": "Drowned" }, + /// { "": "" }, + /// { "": "" }, + /// [rest of string was truncated]";. + /// + public static string entityModelData { + get { + return ResourceManager.GetString("entityModelData", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/PCK-Studio/Properties/Resources.resx b/PCK-Studio/Properties/Resources.resx index e59b1266..0960e852 100644 --- a/PCK-Studio/Properties/Resources.resx +++ b/PCK-Studio/Properties/Resources.resx @@ -337,4 +337,7 @@ ..\Resources\entityMaterialData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\Resources\entityModelData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + \ No newline at end of file