aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/yet-another-config-lib.client.mixins.json
blob: 2367a67933e0552d79048c6caab1fb66f31c5cce (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": [
    "SimpleOptionAccessor"
  ]
}