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

43 Zeilen
960 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}",
"description": "${description}",
2021-03-24 12:32:31 +01:00
"license": "GPL-3.0",
2019-06-09 17:23:25 +02:00
"contact": {
"homepage": "https://viaversion.com/backwards",
2019-06-09 17:23:25 +02:00
"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",
2024-04-07 20:44:24 +02:00
"ForceUpdate1",
"EnZaXD"
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": "*"
},
"custom": {
"modmenu:api": true,
"modmenu": {
"badges": [ "library" ],
"parent": "viafabric"
}
}
2019-06-09 17:23:25 +02:00
}