mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-24 16:35:33 +00:00
SkinRenderer - Add Cape rendering
This commit is contained in:
@@ -73,8 +73,8 @@ namespace PckStudio.Extensions
|
||||
if (file.Filetype != PckFileType.SkinFile)
|
||||
throw new InvalidOperationException("File is not a skin file");
|
||||
|
||||
if (file.Properties.Contains("CAPEPATH"))
|
||||
Debug.WriteLine($"[{nameof(GetSkin)}] TODO: add cape texture/path.");
|
||||
//if (file.Properties.Contains("CAPEPATH"))
|
||||
// Debug.WriteLine($"[{nameof(GetSkin)}] TODO: add cape texture/path.");
|
||||
|
||||
int skinId = file.GetSkinId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user