FIXED: support 64x32 + 64x64 skins with fallback for failed skin URL

This commit is contained in:
2026-03-20 21:47:53 +01:00
parent ac60559a22
commit 753fdbe701
6 changed files with 58 additions and 45 deletions

View File

@@ -19,12 +19,13 @@ public:
protected:
void additionalRendering(Mob* mob, float a);
private:
HumanoidModel* humanoidModel;
// Last rotation values for cape smoothing (reduces jitter)
float lastCapeXRot;
float lastCapeZRot;
private:
// i guess ill keep this just in case seomthing breaks
};
#endif /*NET_MINECRAFT_CLIENT_RENDERER_ENTITY__HumanoidMobRenderer_H__*/