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
|
{
"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://gitlab.com/programmersocks/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.14.22",
"java": ">=17",
"minecraft": "~1.21"
}
}
|