diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-08-31 22:48:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 22:48:39 +0200 |
| commit | 29aaccf793da15e5b28993be84279a6087d5de6e (patch) | |
| tree | 6e51e6b2fe50c1fa044632302373c0af1d104a5e /src/client/resources/molehunt.client.mixins.json | |
| parent | b5d0c61364ca6d6545b8ae4507b9c0990bb17835 (diff) | |
| parent | fdb9a0174c22499f545a0426d6d72148cf76411c (diff) | |
Merge pull request #17 from anhgelus/feat/force-skin-overlay
[Feat] NoCustomizableSkinOverlay
Diffstat (limited to 'src/client/resources/molehunt.client.mixins.json')
| -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" |
