aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: cc2e6b97b6f40ad480de4eb0f498de5cda4a3900 (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
34
35
36
37
38
39
{
  "schemaVersion": 1,
  "id": "${id}",
  "version": "${version}",
  "name": "${name}",
  "description": "${description}",
  "authors": [
    "isXander"
  ],
  "contact": {
    "homepage": "https://isxander.dev",
    "issues": "https://github.com/${github}/issues",
    "sources": "https://github.com/${github}"
  },
  "icon": "yacl-128x.png",
  "license": "LGPL-3.0-or-later",
  "environment": "*",
  "entrypoints": {

  },
  "depends": {
    "fabricloader": ">=0.14.0",
    "minecraft": "~1.19.4",
    "java": ">=17",
    "fabric-resource-loader-v0": "*"
  },
  "mixins": [
    {
      "config": "yet-another-config-lib.client.mixins.json",
      "environment": "client"
    }
  ],
  "accessWidener": "yacl.accesswidener",
  "custom": {
    "modmenu": {
      "badges": ["library"]
    }
  }
}