ModernFix/common/src/main/resources/modernfix-common.mixins.json
2023-05-01 16:55:26 -04:00

14 lines
273 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "org.embeddedt.modernfix.mixin",
"plugin": "org.embeddedt.modernfix.core.ModernFixMixinPlugin",
"compatibilityLevel": "JAVA_8",
"mixins": [
${mixin_classes}
],
"injectors": {
"defaultRequire": 1
}
}