mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 23:40:45 +00:00
Rename PCKFile.FileData.name -> PCKFile.FileData.filepath
This commit is contained in:
+18
-4
@@ -381,12 +381,26 @@ namespace PckStudio.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// Looks up a localized string similar to {
|
||||
/// "COMMENT_1": "Tile data research by MattNL",
|
||||
/// "COMMENT_2": "JSON conversion by PhoenixARC",
|
||||
/// "Blocks": [
|
||||
/// { "grass_top": "Grass Block (Top)" },
|
||||
/// { "stone": "Stone" },
|
||||
/// { "dirt": "Dirt" },
|
||||
/// { "grass_side": "Grass Block (Side)" },
|
||||
/// { "planks_oak": "Oak Planks" },
|
||||
/// { "stoneslab_side": "Stone Slab (Side)" },
|
||||
/// { "stoneslab_top": "Stone Slab (Top)" },
|
||||
/// { "brick": "Bricks" },
|
||||
/// { "tnt_side": "TNT (Side)" },
|
||||
/// { "tnt_top": "TNT (Top)" },
|
||||
/// { "tnt_bottom": "TNT (Bottom)" },
|
||||
/// { "web": "Cobw [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
public static byte[] tileData {
|
||||
public static string tileData {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("tileData", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
return ResourceManager.GetString("tileData", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
<value>..\Resources\iconImageList\IMAGE ICON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="tileData" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\tileData.json;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
<value>..\Resources\tileData.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="ExportFile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ExportFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
|
||||
Reference in New Issue
Block a user