diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 269f1cfab..8c55b17d5 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -8,9 +8,9 @@ "authors": ["${authors}"], "contact": { - "homepage": "https://www.curseforge.com/minecraft/mc-mods/distant-horizons", - "sources": "https://gitlab.com/jeseibel/minecraft-lod-mod/", - "issues": "https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues" + "homepage": "${homepage}", + "sources": "${source}", + "issues": "${issues}" }, "license": "CC0-1.0", diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 934e341d5..226ef2468 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -2,7 +2,7 @@ modLoader="javafml" #//mandatory loaderVersion="[36,)" # // mandatory. This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. license="GNU GPLv3" -issueTrackerURL="https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues" +issueTrackerURL="${issues}" [[mods]] #//mandatory @@ -10,7 +10,7 @@ issueTrackerURL="https://gitlab.com/jeseibel/minecraft-lod-mod/-/issues" version= "${version}" #//mandatory, gets the version number from jar populated by the build.gradle script displayName="${mod_name}" #//mandatory #//updateJSONURL="https://change.me.example.invalid/updates.json" # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ - displayURL="https://www.curseforge.com/minecraft/mc-mods/distant-horizons" + displayURL="${homepage}" logoFile="logo.png" catalogueImageIcon="icon.png" credits="Massive thanks to: Leonardo, Cola, Ran, and CoolGi. For their hard work to bring Distant Horizons to where it is today. - James"