3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-03 14:18:03 +02:00

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

Dieser Commit ist enthalten in:
EnZaXD 2024-02-29 12:25:31 +01:00 committet von GitHub
Ursprung 2f60c79ed8
Commit bf3834ab21
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -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"
}
}
} }