blob: 13347a33f10d57e3bea873891d73841a25a66a6b (
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
|
{
"schemaVersion": 1,
"id": "customlevelcolour",
"name": "Custom Level Colour",
"version": "${version}",
"description": "One-shot mod that changes the level colour on the XP bar.",
"authors": [
"InYourWalls"
],
"contact": {
"sources": "https://gitlab.com/programmersocks/CustomLevelColour"
},
"license": "Unlicense",
"icon": "assets/customlevelcolour/icon.png",
"environment": "client",
"mixins": [
"customlevelcolour.mixins.json"
],
"depends": {
"minecraft": "1.20.4",
"java": ">=17",
"fabricloader": ">=0.15.0"
}
}
|