mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-04 15:15:01 +00:00
Added EntityMaterialData to Resources
This commit is contained in:
40
PCK-Studio/Properties/Resources.Designer.cs
generated
40
PCK-Studio/Properties/Resources.Designer.cs
generated
@@ -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]";.
|
||||
/// </summary>
|
||||
public static string entityBehaviourData {
|
||||
get {
|
||||
@@ -305,6 +306,41 @@ 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_head": "Blaze" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "drowned": "Drowned" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "": "" },
|
||||
/// { "ender_dragon": "Ender Dragon" },
|
||||
/// { "": "" },
|
||||
/// { "enderman": " [re....
|
||||
/// </summary>
|
||||
public static string entityMaterialData {
|
||||
get {
|
||||
return ResourceManager.GetString("entityMaterialData", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
||||
@@ -334,4 +334,7 @@
|
||||
<data name="entityBehaviourData" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\entityBehaviourData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<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>
|
||||
</root>
|
||||
Reference in New Issue
Block a user