diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-18 14:17:29 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-18 14:17:29 +0100 |
| commit | 35f86985bf9c3b2925a6ca576dd26c354075d0e4 (patch) | |
| tree | 61d203104b1d7957db104ab36a6c22fca529357c /src/client/resources/molehunt.client.mixins.json | |
| parent | 4bf0211ff86b4721bdbf90e441a42171a1708337 (diff) | |
| parent | 5221052b004117e8aa2763c2a8085372391b13c4 (diff) | |
Merge branch 'main' into 26.1
Diffstat (limited to 'src/client/resources/molehunt.client.mixins.json')
| -rw-r--r-- | src/client/resources/molehunt.client.mixins.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/client/resources/molehunt.client.mixins.json b/src/client/resources/molehunt.client.mixins.json index 7b9c0f4..b966891 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -1,15 +1,15 @@ { - "required": true, - "minVersion": "0.8", - "package": "world.anhgelus.molehunt.client.mixin", - "compatibilityLevel": "JAVA_21", - "client": [ - "NoCustomizableSkinOverlay", - "NoNametags", - "NoPlayerListHud", - "NoSkin" - ], - "injectors": { - "defaultRequire": 1 - } + "required": true, + "minVersion": "0.8", + "package": "world.anhgelus.molehunt.client.mixin", + "compatibilityLevel": "JAVA_21", + "client": [ + "NoCustomizableSkinOverlay", + "NoNametags", + "NoPlayerListHud", + "NoSkin" + ], + "injectors": { + "defaultRequire": 1 + } } |
