diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 18:01:50 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-21 18:02:11 +0000 |
| commit | ec6b3c2d8db90a4100ea493d4a2ef7722d7c064c (patch) | |
| tree | f995f28952ca6c51bc0eeac86819779dbeda17cc /src/client/resources | |
| parent | e842b9e82f76bb016ea6a099a5d40a2bb5977b22 (diff) | |
feat(player): disable nametag
Diffstat (limited to 'src/client/resources')
| -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 149a39e..e6a9f8e 100644 --- a/src/client/resources/molehunt.client.mixins.json +++ b/src/client/resources/molehunt.client.mixins.json @@ -1,9 +1,10 @@ { "required": true, "minVersion": "0.8", - "package": "world.anhgelus.molehunt.mixin.client", + "package": "world.anhgelus.molehunt.client.mixin", "compatibilityLevel": "JAVA_21", "client": [ + "NoNametags" ], "injectors": { "defaultRequire": 1 |
