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/fabric.mod.json | |
| parent | 944acad6b3e253d95675bf76c5bce9c417f07ecb (diff) | |
fix(compass): not working
Thanks @Leo-210 for the help
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b097ea1..d20a285 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,6 +18,9 @@ "world.anhgelus.manhunt.Manhunt"
]
},
+ "mixins": [
+ "manhunt.mixins.json"
+ ],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
|
