2019-06-09 17:23:25 +02:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "viabackwards",
|
|
|
|
"name": "ViaBackwards",
|
2021-02-18 14:34:33 +01:00
|
|
|
"version": "${version}",
|
2019-06-09 17:23:25 +02:00
|
|
|
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
2021-03-24 12:32:31 +01:00
|
|
|
"license": "GPL-3.0",
|
2019-06-09 17:23:25 +02:00
|
|
|
"contact": {
|
|
|
|
"homepage": "https://github.com/ViaVersion/ViaBackwards",
|
|
|
|
"issues": "https://github.com/ViaVersion/ViaBackwards/issues",
|
|
|
|
"sources": "https://github.com/ViaVersion/ViaBackwards"
|
|
|
|
},
|
2023-04-15 14:14:40 +02:00
|
|
|
"icon": "assets/viabackwards/textures/squarelogo.png",
|
2019-06-09 17:23:25 +02:00
|
|
|
"environment": "*",
|
|
|
|
"authors": [
|
2020-01-27 19:41:59 +01:00
|
|
|
"Matsv",
|
2021-07-07 20:42:50 +02:00
|
|
|
"kennytv",
|
2020-01-27 19:41:59 +01:00
|
|
|
"Gerrygames",
|
|
|
|
"creeper123123321",
|
|
|
|
"ForceUpdate1"
|
2019-06-09 17:23:25 +02:00
|
|
|
],
|
|
|
|
"entrypoints": {
|
|
|
|
"viafabric:via_api_initialized": [
|
2021-04-26 23:31:29 +02:00
|
|
|
"com.viaversion.viabackwards.ViaFabricAddon"
|
2019-06-09 17:23:25 +02:00
|
|
|
]
|
|
|
|
},
|
2019-06-16 15:21:38 +02:00
|
|
|
"depends": {
|
2019-06-09 17:23:25 +02:00
|
|
|
"fabricloader": ">=0.4.0",
|
|
|
|
"viafabric": "*"
|
|
|
|
},
|
2019-06-16 15:21:38 +02:00
|
|
|
"recommends": {
|
2019-06-09 17:23:25 +02:00
|
|
|
"viarewind": "*"
|
|
|
|
}
|
|
|
|
}
|