This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
mc-PlexTool/bin/main/plextool.mixins.json

15 lines
227 B
JSON
Raw Normal View History

2023-03-30 21:43:19 +02:00
{
"required": true,
"minVersion": "0.8",
"package": "de.cscherr.plextool.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"PlexToolMixin"
],
"injectors": {
"defaultRequire": 1
}
}