diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 19:35:37 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 19:35:37 +0000 |
| commit | 0c936086d74adc98c017747684a072022e502e88 (patch) | |
| tree | 2f53501d5739688db15e6da17be7aa3f994d2ce7 /src/client/resources/molehunt.client.mixins.json | |
| parent | ec6b3c2d8db90a4100ea493d4a2ef7722d7c064c (diff) | |
feat(player): remove player's custom skin and use a default one
Diffstat (limited to 'src/client/resources/molehunt.client.mixins.json')
| -rw-r--r-- | src/client/resources/molehunt.client.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/resources/molehunt.client.mixins.json b/src/client/resources/molehunt.client.mixins.json index e6a9f8e..c5eb170 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -4,7 +4,8 @@ "package": "world.anhgelus.molehunt.client.mixin", "compatibilityLevel": "JAVA_21", "client": [ - "NoNametags" + "NoNametags", + "NoSkin" ], "injectors": { "defaultRequire": 1 |
