Added EntityModelData.json as a resource

This commit is contained in:
MattNL
2023-03-08 22:54:56 -05:00
parent bb3fd51b85
commit deb10675a1
2 changed files with 38 additions and 5 deletions

View File

@@ -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]";.
/// </summary>
public static string entityMaterialData {
get {
@@ -341,6 +339,38 @@ namespace PckStudio.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to {
/// &quot;COMMENT&quot;: &quot;Entity data research by NessieHax (Miku-666) and MattNL&quot;,
/// &quot;entities&quot;: [
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;bat&quot;: &quot;Bat&quot; },
/// { &quot;blaze&quot;: &quot;Blaze&quot; },
/// { &quot;boat&quot;: &quot;Boat&quot; },
/// { &quot;cat&quot;: &quot;Cat (PS4 EXCLUSIVE)&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;chicken&quot;: &quot;Chicken&quot; },
/// { &quot;cod&quot;: &quot;Cod&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;cow&quot;: &quot;Cow&quot; },
/// { &quot;creeper&quot;: &quot;Creeper&quot; },
/// { &quot;dolphin&quot;: &quot;Dolphin&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;zombie.drowned&quot;: &quot;Drowned&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// { &quot;&quot;: &quot;&quot; },
/// [rest of string was truncated]&quot;;.
/// </summary>
public static string entityModelData {
get {
return ResourceManager.GetString("entityModelData", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@@ -337,4 +337,7 @@
<data name="entityMaterialData" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\entityMaterialData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="entityModelData" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\entityModelData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
</root>