This commit is contained in:
2026-02-24 09:24:42 +01:00
parent 35a250e079
commit 63bb183a8e
4 changed files with 43 additions and 8 deletions

View File

@@ -92,6 +92,7 @@ public class SzarClient implements ClientModInitializer {
// Apply the cosmetic profile on the main thread
client.execute(() -> {
ClientCosmetics.fetchMojangCapes(playerUuid);
System.out.println("got it client");
ClientCosmetics.apply(playerUuid, nameType, staticColor, gradientStart, gradientEnd, capeTexture);
});
});