mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-06 17:36:32 +00:00
Core - Add McMeta.cs
This commit is contained in:
18
PckStudio.Core/IO/Java/McPack.cs
Normal file
18
PckStudio.Core/IO/Java/McPack.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Drawing;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PckStudio.Core.IO.Java
|
||||
{
|
||||
public struct McPack
|
||||
{
|
||||
[JsonIgnore]
|
||||
public Image Icon;
|
||||
|
||||
[JsonProperty("pack_format")]
|
||||
public int Format;
|
||||
|
||||
[JsonProperty("description")]
|
||||
public string Description;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user