mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-02 11:54:33 +00:00
Added EntityModelData.json as a resource
This commit is contained in:
40
PCK-Studio/Properties/Resources.Designer.cs
generated
40
PCK-Studio/Properties/Resources.Designer.cs
generated
@@ -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 {
|
||||
/// "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]";.
|
||||
/// </summary>
|
||||
public static string entityModelData {
|
||||
get {
|
||||
return ResourceManager.GetString("entityModelData", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user