From 0c8ecf6c50e62e89dab07836ae4d0d5160145795 Mon Sep 17 00:00:00 2001 From: MattNL Date: Sat, 4 Mar 2023 02:02:44 -0500 Subject: [PATCH] Added EntityMaterialData to Resources --- PCK-Studio/Properties/Resources.Designer.cs | 40 +++++++++++++++++++-- PCK-Studio/Properties/Resources.resx | 3 ++ 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/Properties/Resources.Designer.cs b/PCK-Studio/Properties/Resources.Designer.cs index 8863fef0..cfa2be41 100644 --- a/PCK-Studio/Properties/Resources.Designer.cs +++ b/PCK-Studio/Properties/Resources.Designer.cs @@ -289,15 +289,16 @@ namespace PckStudio.Properties { /// { "area_effect_cloud": "Area Effect Cloud / Particle" }, /// { "armor_stand": "Armor Stand" }, /// { "arrow": "Arrow" }, + /// { "bat": "Bat" }, /// { "blaze": "Blaze" }, /// { "boat": "Boat" }, /// { "cat": "Cat (PS4 EXCLUSIVE)" }, - /// { "cave_spider": "Cave Spider (PS4 EXCLUSIVE)" }, + /// { "cave_spider": "Cave Spider" }, /// { "chest_minecart": "Chest Minecart" }, /// { "chicken": "Chicken" }, /// { "cod": "Cod" }, /// { "commandblock_minecart": "Command Block Minecart" }, - /// { "cow": [rest of string was truncated]";. + /// { " [rest of string was truncated]";. /// public static string entityBehaviourData { get { @@ -305,6 +306,41 @@ namespace PckStudio.Properties { } } + /// + /// Looks up a localized string similar to { + /// "COMMENT": "Entity data research by NessieHax (Miku-666) and MattNL", + /// "entities": [ + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "bat": "Bat" }, + /// { "blaze_head": "Blaze" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "drowned": "Drowned" }, + /// { "": "" }, + /// { "": "" }, + /// { "": "" }, + /// { "ender_dragon": "Ender Dragon" }, + /// { "": "" }, + /// { "enderman": " [re.... + /// + public static string entityMaterialData { + get { + return ResourceManager.GetString("entityMaterialData", 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 a95a354e..e59b1266 100644 --- a/PCK-Studio/Properties/Resources.resx +++ b/PCK-Studio/Properties/Resources.resx @@ -334,4 +334,7 @@ ..\Resources\entityBehaviourData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\Resources\entityMaterialData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + \ No newline at end of file