diff --git a/libjf-base/src/main/resources/fabric.mod.json b/libjf-base/src/main/resources/fabric.mod.json index bf72cf2..40c98d4 100644 --- a/libjf-base/src/main/resources/fabric.mod.json +++ b/libjf-base/src/main/resources/fabric.mod.json @@ -3,15 +3,15 @@ "id": "libjf-base", "name": "LibJF Base", "version": "${version}", - "environment": "*", - "license": "MIT", + "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, - "authors": [ - "JFronny" - ], + "license": "MIT", + "environment": "*", "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", diff --git a/libjf-config-commands-v1/src/main/resources/fabric.mod.json b/libjf-config-commands-v1/src/main/resources/fabric.mod.json index 10011b5..81f15b0 100644 --- a/libjf-config-commands-v1/src/main/resources/fabric.mod.json +++ b/libjf-config-commands-v1/src/main/resources/fabric.mod.json @@ -5,8 +5,10 @@ "version": "${version}", "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "server", diff --git a/libjf-config-core-v1/src/main/resources/fabric.mod.json b/libjf-config-core-v1/src/main/resources/fabric.mod.json index 242254c..b32e41c 100644 --- a/libjf-config-core-v1/src/main/resources/fabric.mod.json +++ b/libjf-config-core-v1/src/main/resources/fabric.mod.json @@ -5,8 +5,10 @@ "version": "${version}", "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-config-legacy-shim/src/main/resources/fabric.mod.json b/libjf-config-legacy-shim/src/main/resources/fabric.mod.json index e18b60f..f85773c 100644 --- a/libjf-config-legacy-shim/src/main/resources/fabric.mod.json +++ b/libjf-config-legacy-shim/src/main/resources/fabric.mod.json @@ -6,8 +6,10 @@ "provides": ["libjf-config-v0"], "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-config-reflect-v1/src/main/resources/fabric.mod.json b/libjf-config-reflect-v1/src/main/resources/fabric.mod.json index 27daf32..98c1618 100644 --- a/libjf-config-reflect-v1/src/main/resources/fabric.mod.json +++ b/libjf-config-reflect-v1/src/main/resources/fabric.mod.json @@ -5,8 +5,10 @@ "version": "${version}", "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-config-ui-tiny-v1/src/main/resources/fabric.mod.json b/libjf-config-ui-tiny-v1/src/main/resources/fabric.mod.json index 7f3bf4f..46dab4d 100644 --- a/libjf-config-ui-tiny-v1/src/main/resources/fabric.mod.json +++ b/libjf-config-ui-tiny-v1/src/main/resources/fabric.mod.json @@ -5,8 +5,10 @@ "version": "${version}", "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "client", diff --git a/libjf-data-manipulation-v0/src/main/resources/fabric.mod.json b/libjf-data-manipulation-v0/src/main/resources/fabric.mod.json index f00bb5c..320fc63 100644 --- a/libjf-data-manipulation-v0/src/main/resources/fabric.mod.json +++ b/libjf-data-manipulation-v0/src/main/resources/fabric.mod.json @@ -7,8 +7,10 @@ "JFronny" ], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-data-v0/src/main/resources/fabric.mod.json b/libjf-data-v0/src/main/resources/fabric.mod.json index 2dd9435..919134e 100644 --- a/libjf-data-v0/src/main/resources/fabric.mod.json +++ b/libjf-data-v0/src/main/resources/fabric.mod.json @@ -7,8 +7,10 @@ "JFronny" ], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-devutil/src/main/resources/fabric.mod.json b/libjf-devutil/src/main/resources/fabric.mod.json index 83896b2..ef28d07 100644 --- a/libjf-devutil/src/main/resources/fabric.mod.json +++ b/libjf-devutil/src/main/resources/fabric.mod.json @@ -7,8 +7,10 @@ "JFronny" ], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-translate-v1/src/main/resources/fabric.mod.json b/libjf-translate-v1/src/main/resources/fabric.mod.json index 91abdd1..b3a72d9 100644 --- a/libjf-translate-v1/src/main/resources/fabric.mod.json +++ b/libjf-translate-v1/src/main/resources/fabric.mod.json @@ -6,8 +6,10 @@ "environment": "*", "license": "MIT", "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "authors": [ "JFronny" diff --git a/libjf-unsafe-v0/src/main/resources/fabric.mod.json b/libjf-unsafe-v0/src/main/resources/fabric.mod.json index 315b911..42a70e6 100644 --- a/libjf-unsafe-v0/src/main/resources/fabric.mod.json +++ b/libjf-unsafe-v0/src/main/resources/fabric.mod.json @@ -7,8 +7,10 @@ "JFronny" ], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/libjf-web-v0/src/main/resources/fabric.mod.json b/libjf-web-v0/src/main/resources/fabric.mod.json index 9ba5ebf..13f09f9 100644 --- a/libjf-web-v0/src/main/resources/fabric.mod.json +++ b/libjf-web-v0/src/main/resources/fabric.mod.json @@ -7,8 +7,10 @@ "JFronny" ], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "environment": "*", diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6aa6058..4a58f45 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,15 +1,15 @@ { "schemaVersion": 1, "id": "libjf", - "version": "${version}", "name": "LibJF", + "version": "${version}", "description": "Library mod by JFronny", - "authors": [ - "JFronny" - ], + "authors": ["JFronny"], "contact": { - "website": "https://jfronny.gitlab.io", - "repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF" + "email": "projects.contact@frohnmeyer-wds.de", + "homepage": "https://jfronny.gitlab.io", + "issues": "https://git.frohnmeyer-wds.de/JfMods/LibJF/issues", + "sources": "https://git.frohnmeyer-wds.de/JfMods/LibJF" }, "license": "MIT", "icon": "assets/libjf/icon.png",