aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/yet-another-config-lib.client.mixins.json
blob: 6aeab103a98c21e7fa8d37a7a512a0e7b4d5d7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "required": true,
  "package": "dev.isxander.yacl.mixin.client",
  "compatibilityLevel": "JAVA_17",
  "injectors": {
    "defaultRequire": 1
  },
  "client": [
    "OptionInstanceAccessor"
  ]
}