diff --git a/api-legacy/src/main/resources/fabric.mod.json b/api-legacy/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..2d2a20df4 --- /dev/null +++ b/api-legacy/src/main/resources/fabric.mod.json @@ -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" + } + } +} diff --git a/api/src/main/resources/fabric.mod.json b/api/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..72a041e68 --- /dev/null +++ b/api/src/main/resources/fabric.mod.json @@ -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" + } + } +}