Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-20 15:00:09 +01:00
36 Zeilen
757 B
JSON
36 Zeilen
757 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "viaversion",
|
|
"name": "ViaVersion",
|
|
"version": "${version}",
|
|
"description": "${description}",
|
|
"license": "GPL-3.0",
|
|
"contact": {
|
|
"homepage": "https://viaversion.com/",
|
|
"issues": "https://github.com/ViaVersion/ViaVersion/issues",
|
|
"sources": "https://github.com/ViaVersion/ViaVersion"
|
|
},
|
|
"icon": "assets/viaversion/textures/squarelogo.png",
|
|
"environment": "*",
|
|
"authors": [
|
|
"_MylesC",
|
|
"creeper123123321",
|
|
"Gerrygames",
|
|
"kennytv",
|
|
"Matsv",
|
|
"EnZaXD",
|
|
"RK_01"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.0",
|
|
"viafabric": ">=0.4.10"
|
|
},
|
|
"custom": {
|
|
"modmenu:api": true,
|
|
"modmenu": {
|
|
"badges": [ "library" ],
|
|
"parent": "viafabric"
|
|
}
|
|
}
|
|
}
|