mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-15 06:32:02 +00:00
BlockBenchModel - Fix Texture class json deserialization
This commit is contained in:
@@ -184,6 +184,11 @@ namespace PckStudio.External.Format
|
||||
|
||||
private const string _TEXTUREDATAHEAD = "data:image/png;base64,";
|
||||
|
||||
[JsonConstructor]
|
||||
private Texture()
|
||||
{
|
||||
}
|
||||
|
||||
internal Texture(string name, Image image)
|
||||
: this(image)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user