diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
| commit | 6f183d857d97eb8f45f010b0d9975b4bb19faa9a (patch) | |
| tree | 0599ab3bb90db86367275273eb910a7634721cae /src/main/resources/manhunt.mixins.json | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
refactor(minecraft): upgrade to 1.21
Thanks @Leo-210 for the idea
Diffstat (limited to 'src/main/resources/manhunt.mixins.json')
| -rw-r--r-- | src/main/resources/manhunt.mixins.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json index 4fcff5b..12239fb 100644 --- a/src/main/resources/manhunt.mixins.json +++ b/src/main/resources/manhunt.mixins.json @@ -1,9 +1,9 @@ -{ - "required": true, - "package": "world.anhgelus.manhunt.mixin", - "compatibilityLevel": "JAVA_17", - "mixins": [], - "injectors": { - "defaultRequire": 1 - } +{
+ "required": true,
+ "package": "world.anhgelus.manhunt.mixin",
+ "compatibilityLevel": "JAVA_17",
+ "mixins": [],
+ "injectors": {
+ "defaultRequire": 1
+ }
}
\ No newline at end of file |
