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/main/resources/molehunt.mixins.json | |
| parent | e842b9e82f76bb016ea6a099a5d40a2bb5977b22 (diff) | |
feat(player): disable nametag
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
| -rw-r--r-- | src/main/resources/molehunt.mixins.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json index 5b76af8..8acee9a 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -3,8 +3,7 @@ "minVersion": "0.8", "package": "world.anhgelus.molehunt.mixin", "compatibilityLevel": "JAVA_21", - "mixins": [ - ], + "mixins": [], "injectors": { "defaultRequire": 1 } |
