Tidy up fabric.mod.json file of fabric platform (#695)

This commit is contained in:
EnZaXD 2024-02-29 12:25:31 +01:00 committed by GitHub
parent 2f60c79ed8
commit bf3834ab21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
"description": "Allow older Minecraft versions to connect to a newer server version.", "description": "Allow older Minecraft versions to connect to a newer server version.",
"license": "GPL-3.0", "license": "GPL-3.0",
"contact": { "contact": {
"homepage": "https://github.com/ViaVersion/ViaBackwards", "homepage": "https://viaversion.com/backwards",
"issues": "https://github.com/ViaVersion/ViaBackwards/issues", "issues": "https://github.com/ViaVersion/ViaBackwards/issues",
"sources": "https://github.com/ViaVersion/ViaBackwards" "sources": "https://github.com/ViaVersion/ViaBackwards"
}, },
@ -30,5 +30,12 @@
}, },
"recommends": { "recommends": {
"viarewind": "*" "viarewind": "*"
},
"custom": {
"modmenu:api": true,
"modmenu": {
"badges": [ "library" ],
"parent": "viafabric"
}
} }
} }