diff options
Diffstat (limited to 'src/main/resources/ygasi.mixins.json')
-rw-r--r-- | src/main/resources/ygasi.mixins.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/ygasi.mixins.json b/src/main/resources/ygasi.mixins.json new file mode 100644 index 0000000..aeb9daf --- /dev/null +++ b/src/main/resources/ygasi.mixins.json @@ -0,0 +1,16 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "dev.mayaqq.ygasi.mixin", + "compatibilityLevel": "JAVA_17", + "mixins": [ + "AdvancementRewardsMixin" + ], + "client": [ + ], + "server": [ + ], + "injectors": { + "defaultRequire": 1 + } +} |