diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-07-08 23:19:42 +0200 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-09-05 08:20:23 +0200 |
commit | d1484a138c1a91b61f6f8bb72cb1855d6b12a523 (patch) | |
tree | 9a62fa8c300fe8fa93219b03f5935547be9fbddf /src/main/resources/hypeclient.mixins.json | |
parent | cdd951d912e172ea42fc9707a786db6e69ba2901 (diff) | |
download | BBsentials-d1484a138c1a91b61f6f8bb72cb1855d6b12a523.tar.gz BBsentials-d1484a138c1a91b61f6f8bb72cb1855d6b12a523.tar.bz2 BBsentials-d1484a138c1a91b61f6f8bb72cb1855d6b12a523.zip |
Initial commit
Diffstat (limited to 'src/main/resources/hypeclient.mixins.json')
-rw-r--r-- | src/main/resources/hypeclient.mixins.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/hypeclient.mixins.json b/src/main/resources/hypeclient.mixins.json new file mode 100644 index 0000000..964d717 --- /dev/null +++ b/src/main/resources/hypeclient.mixins.json @@ -0,0 +1,13 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "de.hype.bbsentials.mixins", + "compatibilityLevel": "JAVA_17", + "mixins": [ + ], + "client": [ + ], + "injectors": { + "defaultRequire": 1 + } +} |