aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/fabric.mod.json
blob: 333adc3837b1c74a7a7db067b97ba1de34b0e545 (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": {
    "modmenu": [
      "dev.isxander.yacl.test.ModMenuIntegration"
    ]
  },
  "depends": {
    "fabricloader": ">=0.14.0",
    "minecraft": "1.19.x",
    "java": ">=17",
    "fabric-resource-loader-v0": "*"
  }
}