Add Forge 1.20.1 HD 3D Skin Layers compatibility

This commit is contained in:
f1den
2026-07-11 19:36:48 +03:00
parent 2034c75f7d
commit efac5d242b
9 changed files with 259 additions and 3 deletions
+7
View File
@@ -16,6 +16,13 @@ This branch targets **Fabric and Forge 1.20.1** through an Architectury multiloa
- HD PNG capes fall through to the vanilla renderer untouched.
- Per-player control and persistence.
### 3D Skin Layers compatibility (Forge)
3D Skin Layers 1.9.2 is supported as an optional, non-bundled mod. Square HD skins from 128x128
through 2048x2048 retain their original texture resolution while a bounded 64x64 alpha map is used
to build the 3D geometry. Failures are logged with the `[SkinsG/3DSL Compat]` prefix and use safe
fallback geometry; if fallback construction also fails, only the affected 3D layer is disabled.
## Backend integration (easy)
The mod talks to your existing site/launcher backend over plain HTTP — no server-side plugin needed.