mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-06 19:18:25 +01:00
Mark apis as fabric mods
This commit is contained in:
parent
0fede20795
commit
454cc227ef
48
api-legacy/src/main/resources/fabric.mod.json
Normal file
48
api-legacy/src/main/resources/fabric.mod.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
48
api/src/main/resources/fabric.mod.json
Normal file
48
api/src/main/resources/fabric.mod.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user