aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/fabric.mod.json
blob: 1360a5e6596bc47ef3a87574720715e512072c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
    ],
    "modmenu": [
      "dev.isxander.yacl.test.ModMenuIntegration"
    ]
  },
  "depends": {
    "fabricloader": ">=0.14.0",
    "minecraft": "1.19.x",
    "java": ">=17",
    "fabric-resource-loader-v0": "*"
  }
}