diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-31 22:44:07 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-31 22:44:07 +0200 |
| commit | fdb9a0174c22499f545a0426d6d72148cf76411c (patch) | |
| tree | 762f55dbd84d485fae87721456a8d23c56817135 /src/client/resources | |
| parent | 4394282521ae35c0b4a565f3d05bafe6f6c6f0fb (diff) | |
feat: no no skin overlay
Diffstat (limited to 'src/client/resources')
| -rw-r--r-- | src/client/resources/molehunt.client.mixins.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/resources/molehunt.client.mixins.json b/src/client/resources/molehunt.client.mixins.json index 2451258..7b9c0f4 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -4,6 +4,7 @@ "package": "world.anhgelus.molehunt.client.mixin", "compatibilityLevel": "JAVA_21", "client": [ + "NoCustomizableSkinOverlay", "NoNametags", "NoPlayerListHud", "NoSkin" |
