Mark apis as fabric mods

This commit is contained in:
FlorianMichael 2024-12-27 13:54:16 +01:00
parent 0fede20795
commit 454cc227ef
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,48 @@
{
"schemaVersion": 1,
"id": "viafabricplus-api-legacy",
"version": "${version}",
"name": "ViaFabricPlus API Legacy",
"description": "${description}",
"authors": [
{
"name": "FlorianMichael/EnZaXD",
"contact": {
"email": "florian.michael07@gmail.com",
"homepage": "https://github.com/FlorianMichael"
}
},
{
"name": "RK_01",
"contact": {
"homepage": "https://github.com/RaphiMC"
}
}
],
"contributors": [
"allinkdev",
"lowercasebtw",
{
"name": "GitHub contributors",
"contact": {
"homepage": "https://github.com/ViaVersion/ViaFabricPlus/graphs/contributors"
}
}
],
"contact": {
"homepage": "https://florianmichael.de/",
"sources": "https://github.com/ViaVersion/ViaFabricPlus",
"issues": "https://github.com/ViaVersion/ViaFabricPlus/issues",
"email": "florian.michael07@gmail.com"
},
"license": "GPL-v3",
"environment": "client",
"depends": {
"viafabricplus": ">=4.0.0"
},
"custom": {
"modmenu": {
"parent": "viafabricplus"
}
}
}

View File

@ -0,0 +1,48 @@
{
"schemaVersion": 1,
"id": "viafabricplus-api",
"version": "${version}",
"name": "ViaFabricPlus API",
"description": "${description}",
"authors": [
{
"name": "FlorianMichael/EnZaXD",
"contact": {
"email": "florian.michael07@gmail.com",
"homepage": "https://github.com/FlorianMichael"
}
},
{
"name": "RK_01",
"contact": {
"homepage": "https://github.com/RaphiMC"
}
}
],
"contributors": [
"allinkdev",
"lowercasebtw",
{
"name": "GitHub contributors",
"contact": {
"homepage": "https://github.com/ViaVersion/ViaFabricPlus/graphs/contributors"
}
}
],
"contact": {
"homepage": "https://florianmichael.de/",
"sources": "https://github.com/ViaVersion/ViaFabricPlus",
"issues": "https://github.com/ViaVersion/ViaFabricPlus/issues",
"email": "florian.michael07@gmail.com"
},
"license": "GPL-v3",
"environment": "client",
"depends": {
"viafabricplus": ">=4.0.0"
},
"custom": {
"modmenu": {
"parent": "viafabricplus"
}
}
}