using System.Drawing; using Newtonsoft.Json; namespace JavaResourcePackConverter { public struct McPack { [JsonIgnore] public Image Icon; [JsonProperty("pack_format")] public int Format; [JsonProperty("description")] public string Description; } }