aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-21 18:01:50 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-21 18:02:11 +0000
commitec6b3c2d8db90a4100ea493d4a2ef7722d7c064c (patch)
treef995f28952ca6c51bc0eeac86819779dbeda17cc /src/main/resources
parente842b9e82f76bb016ea6a099a5d40a2bb5977b22 (diff)
feat(player): disable nametag
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/molehunt.mixins.json3
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
}