Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-12 19:10:31 +01:00
35 Zeilen
848 B
JSON
35 Zeilen
848 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "viabackwards",
|
|
"name": "ViaBackwards",
|
|
"version": "${version}",
|
|
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
|
"license": "GPL-3.0",
|
|
"contact": {
|
|
"homepage": "https://github.com/ViaVersion/ViaBackwards",
|
|
"issues": "https://github.com/ViaVersion/ViaBackwards/issues",
|
|
"sources": "https://github.com/ViaVersion/ViaBackwards"
|
|
},
|
|
"icon": "assets/viabackwards/textures/squarelogo.png",
|
|
"environment": "*",
|
|
"authors": [
|
|
"Matsv",
|
|
"kennytv",
|
|
"Gerrygames",
|
|
"creeper123123321",
|
|
"ForceUpdate1"
|
|
],
|
|
"entrypoints": {
|
|
"viafabric:via_api_initialized": [
|
|
"com.viaversion.viabackwards.ViaFabricAddon"
|
|
]
|
|
},
|
|
"depends": {
|
|
"fabricloader": ">=0.4.0",
|
|
"viafabric": "*"
|
|
},
|
|
"recommends": {
|
|
"viarewind": "*"
|
|
}
|
|
}
|