aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/fabric.mod.json
blob: 5fe0919554409835d5d39cd22e8ec8c1b3efee60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "schemaVersion": 1,
  "id": "test-mod",
  "version": "1",
  "name": "YACL Test",
  "authors": [
    "isXander"
  ],
  "license": "LGPL-3.0-or-later",
  "environment": "client",
  "entrypoints": {
    "client": [
      "dev.isxander.yacl.test.config.Entrypoint"
    ]
  },
  "depends": {
    "yet-another-config-lib": "*"
  },
  "mixins": [
    "yet-another-config-lib.test.mixins.json"
  ]
}