aboutsummaryrefslogtreecommitdiff
path: root/src/testmod/resources/fabric.mod.json
blob: fca48ab0c6accfaa28731e9d9ddf82d970bedc06 (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
26
27
28
29
30
31
32
33
{
  "schemaVersion": 1,
  "id": "yacl_test",
  "version": "1",
  "name": "YACL Testmod",
  "description": "",
  "authors": [
    "isXander"
  ],
  "contact": {
    "homepage": "https://isxander.dev",
    "issues": "https://github.com/${github}/issues",
    "sources": "https://github.com/${github}"
  },
  "license": "LGPL-3.0-or-later",
  "environment": "*",
  "depends": {
    "yet_another_config_lib_v3": "*"
  },
  "mixins": [
    "yacl-test.mixins.json"
  ],
  "entrypoints": {
    "client": [
      "dev.isxander.yacl3.platform.PlatformEntrypoint"
    ]
  },
  "custom": {
    "modmenu": {
      "badges": ["library"]
    }
  }
}