Skip to content

Commit

Permalink
Mark apis as fabric mods
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Dec 27, 2024
1 parent 0fede20 commit 454cc22
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
48 changes: 48 additions & 0 deletions api-legacy/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"schemaVersion": 1,
"id": "viafabricplus-api-legacy",
"version": "${version}",
"name": "ViaFabricPlus API Legacy",
"description": "${description}",
"authors": [
{
"name": "FlorianMichael/EnZaXD",
"contact": {
"email": "[email protected]",
"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": "[email protected]"
},
"license": "GPL-v3",
"environment": "client",
"depends": {
"viafabricplus": ">=4.0.0"
},
"custom": {
"modmenu": {
"parent": "viafabricplus"
}
}
}
48 changes: 48 additions & 0 deletions api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"schemaVersion": 1,
"id": "viafabricplus-api",
"version": "${version}",
"name": "ViaFabricPlus API",
"description": "${description}",
"authors": [
{
"name": "FlorianMichael/EnZaXD",
"contact": {
"email": "[email protected]",
"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": "[email protected]"
},
"license": "GPL-v3",
"environment": "client",
"depends": {
"viafabricplus": ">=4.0.0"
},
"custom": {
"modmenu": {
"parent": "viafabricplus"
}
}
}

0 comments on commit 454cc22

Please sign in to comment.