Add config gui to mod menu

This commit is contained in:
nea
2023-05-26 00:36:23 +02:00
parent 402e07e9d8
commit 484a4b1a61
5 changed files with 56 additions and 22 deletions

View File

@@ -26,23 +26,33 @@
"value": "moe.nea.firmament.Firmament"
}
],
"client": [
{
"adapter": "kotlin",
"value": "moe.nea.firmament.Firmament"
}
],
"rei_client": [
"moe.nea.firmament.rei.FirmamentReiPlugin"
]
"client": [
{
"adapter": "kotlin",
"value": "moe.nea.firmament.Firmament"
}
],
"rei_client": [
"moe.nea.firmament.rei.FirmamentReiPlugin"
],
"modmenu": [
"moe.nea.firmament.modmenu.FirmamentModMenuPlugin"
]
},
"mixins": [
"firmament.mixins.json"
],
"depends": {
"fabric": "*",
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
"minecraft": ">=${minecraft_version}",
"fabric-key-binding-api-v1": "*"
}
"mixins": [
"firmament.mixins.json"
],
"depends": {
"fabric": "*",
"fabric-language-kotlin": ">=${fabric_kotlin_version}",
"minecraft": ">=${minecraft_version}",
"fabric-key-binding-api-v1": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/64pFP94AWA"
}
}
}
}