aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/manhunt.mixins.json
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-07-27 20:28:54 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-07-27 20:28:54 +0000
commitcc667fc18e5f76445bc347139a6d731418c781b1 (patch)
tree5a173d6612621e4d9e283e1041e5ffa3f48a09f4 /src/main/resources/manhunt.mixins.json
parent944acad6b3e253d95675bf76c5bce9c417f07ecb (diff)
fix(compass): not working
Thanks @Leo-210 for the help
Diffstat (limited to 'src/main/resources/manhunt.mixins.json')
-rw-r--r--src/main/resources/manhunt.mixins.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json
new file mode 100644
index 0000000..994072c
--- /dev/null
+++ b/src/main/resources/manhunt.mixins.json
@@ -0,0 +1,11 @@
+{
+ "required": true,
+ "package": "world.anhgelus.manhunt.mixins",
+ "compatibilityLevel": "JAVA_21",
+ "mixins": [
+ "Tracker"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file