diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-14 00:59:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 09:59:25 +0200 |
commit | 2c592090b9448203559e01326bc2c2d995b15d53 (patch) | |
tree | 821d347aefc828c214d817c8b7be8cf3c0b0ea9f /src/main/resources/mixins.oneconfig.json | |
parent | 4b8f98aa1435817c13e7083e30896ef8b5cbdaf0 (diff) | |
download | OneConfig-2c592090b9448203559e01326bc2c2d995b15d53.tar.gz OneConfig-2c592090b9448203559e01326bc2c2d995b15d53.tar.bz2 OneConfig-2c592090b9448203559e01326bc2c2d995b15d53.zip |
de-minecraftify a lot of things + use mixin instead of reflection (#11)
* de-minecraftify
* use mixin instead of reflection
* lol
Diffstat (limited to 'src/main/resources/mixins.oneconfig.json')
-rw-r--r-- | src/main/resources/mixins.oneconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/mixins.oneconfig.json b/src/main/resources/mixins.oneconfig.json new file mode 100644 index 0000000..39015ab --- /dev/null +++ b/src/main/resources/mixins.oneconfig.json @@ -0,0 +1,13 @@ +{ + "compatibilityLevel": "JAVA_8", + "minVersion": "0.7", + "package": "cc.polyfrost.oneconfig.mixin", + "refmap": "mixins.oneconfig.refmap.json", + "injectors": { + "maxShiftBy": 5 + }, + "client": [ + "ShaderGroupAccessor" + ], + "verbose": true +}
\ No newline at end of file |