diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-27 20:28:54 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-27 20:28:54 +0000 |
| commit | cc667fc18e5f76445bc347139a6d731418c781b1 (patch) | |
| tree | 5a173d6612621e4d9e283e1041e5ffa3f48a09f4 /src/main/resources/manhunt.mixins.json | |
| parent | 944acad6b3e253d95675bf76c5bce9c417f07ecb (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.json | 11 |
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 |
