2019-06-09 17:23:25 +02:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "viabackwards",
|
|
|
|
"name": "ViaBackwards",
|
|
|
|
"version": "${project.version}",
|
|
|
|
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
|
|
|
"license": "MIT",
|
|
|
|
"contact": {
|
|
|
|
"homepage": "https://github.com/ViaVersion/ViaBackwards",
|
|
|
|
"issues": "https://github.com/ViaVersion/ViaBackwards/issues",
|
|
|
|
"sources": "https://github.com/ViaVersion/ViaBackwards"
|
|
|
|
},
|
|
|
|
"environment": "*",
|
|
|
|
"authors": [
|
2020-01-27 19:41:59 +01:00
|
|
|
"Matsv",
|
|
|
|
"KennyTV",
|
|
|
|
"Gerrygames",
|
|
|
|
"creeper123123321",
|
|
|
|
"ForceUpdate1"
|
2019-06-09 17:23:25 +02:00
|
|
|
],
|
|
|
|
"entrypoints": {
|
|
|
|
"viafabric:via_api_initialized": [
|
|
|
|
"nl.matsv.viabackwards.ViaFabricAddon"
|
|
|
|
]
|
|
|
|
},
|
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": "*"
|
|
|
|
}
|
|
|
|
}
|