40 lines
771 B
JSON
40 lines
771 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "championoverlay",
|
|
"version": "${version}",
|
|
"name": "Champion Overlay",
|
|
"description": "Show progress from championenchantment",
|
|
"authors": [
|
|
"Flummi"
|
|
],
|
|
"contact": {
|
|
"homepage": "",
|
|
"sources": ""
|
|
},
|
|
"license": "MIT License",
|
|
"icon": "assets/championoverlay/championoverlay_icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"lul.flummi.championoverlay.ChampionOverlay"
|
|
],
|
|
"client": [
|
|
"lul.flummi.championoverlay.Client"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"championoverlay.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.15.1",
|
|
"minecraft": "~1.20.4",
|
|
"java": ">=17",
|
|
"fabric-api": "*",
|
|
"fabric-key-binding-api-v1": "*",
|
|
"telluriumforge": ">=1.2.1"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|