diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:08:31 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-25 17:08:31 +0000 |
| commit | aef1027f24ad8d871fe11b88a9e4b4f51af620cf (patch) | |
| tree | d7830af9b911f0f8caf876a7e6a4dd8101da11d9 /src/main/resources/manhunt.mixins.json | |
Initial commit
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..d1c0666 --- /dev/null +++ b/src/main/resources/manhunt.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "world.anhgelus.manhunt.mixin", + "compatibilityLevel": "JAVA_8", + "mixins": [ + "ExampleMixin" + ], + "injectors": { + "defaultRequire": 1 + } +}
\ No newline at end of file |
