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