aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: de27338d1d7425e627b9e2b44777dc5f1b8351e8 (plain) (blame)
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
{
  "schemaVersion": 1,
  "id": "customlevelcolour",
  "name": "Custom Level Colour",
  "version": "${version}",
  "description": "Allows customizing the colour of the level text above the XP bar.",
  "authors": [
    "InYourWalls"
  ],
  "contact": {
    "sources": "https://codeberg.org/inyourwalls/CustomLevelColour"
  },
  "license": "Unlicense",
  "icon": "assets/customlevelcolour/icon.png",
  "environment": "client",
  "entrypoints": {
    "client": [
      "net.inyourwalls.customlevelcolour.CustomLevelColour"
    ],
    "modmenu": [
      "net.inyourwalls.customlevelcolour.ModMenuIntegration"
    ]
  },
  "mixins": [
    "customlevelcolour.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.17.3",
    "minecraft": ">=26.2"
  }
}