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

34 Zeilen
791 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"
},
"environment": "*",
"authors": [
"Matsv",
"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": {
2019-06-09 17:23:25 +02:00
"fabricloader": ">=0.4.0",
"viafabric": "*"
},
"recommends": {
2019-06-09 17:23:25 +02:00
"viarewind": "*"
}
}