3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-19 18:40:05 +02:00
ViaBackwards/fabric/src/main/resources/fabric.mod.json

35 Zeilen
856 B
JSON

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": [
"Matsv",
2021-07-07 20:42:50 +02:00
"kennytv",
"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
]
},
"depends": {
2023-10-16 07:17:17 +02:00
"fabricloader": ">=0.14.0",
"viafabric": ">=0.4.10"
2019-06-09 17:23:25 +02:00
},
"recommends": {
2019-06-09 17:23:25 +02:00
"viarewind": "*"
}
}