aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/fabric.mod.json
blob: 0d78804e5f9ec946dde93ad64c66a444454593d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "schemaVersion": 1,
  "id": "test-mod",
  "version": "1",
  "name": "YACL Test",
  "authors": [
    "isXander"
  ],
  "license": "LGPL-3.0-or-later",
  "environment": "client",
  "entrypoints": {
    "modmenu": [
      "dev.isxander.yacl.test.ModMenuIntegration"
    ]
  },
  "depends": {
    "fabricloader": ">=0.14.0",
    "minecraft": "1.19.x",
    "java": ">=17"
  }
}