diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:12:13 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:12:13 +0000 |
| commit | f7e661b3baebce1b353eecd650cebc39e62a253b (patch) | |
| tree | ba10b9a49c029d9ae81d686952e4f3594a57ad67 /src/main/resources/manhunt.mixins.json | |
| parent | aef1027f24ad8d871fe11b88a9e4b4f51af620cf (diff) | |
feat(metadata): update everything
Diffstat (limited to 'src/main/resources/manhunt.mixins.json')
| -rw-r--r-- | src/main/resources/manhunt.mixins.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json index d1c0666..4fcff5b 100644 --- a/src/main/resources/manhunt.mixins.json +++ b/src/main/resources/manhunt.mixins.json @@ -1,10 +1,8 @@ { "required": true, "package": "world.anhgelus.manhunt.mixin", - "compatibilityLevel": "JAVA_8", - "mixins": [ - "ExampleMixin" - ], + "compatibilityLevel": "JAVA_17", + "mixins": [], "injectors": { "defaultRequire": 1 } |
