diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index cd1c74cda..269f1cfab 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "authors": ["${authors}"], "contact": { - "homepage": "https://www.curseforge.com/minecraft/mc-mods/lod-level-of-detail", + "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" }, diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index c5b637c28..934e341d5 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -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/lod-level-of-detail" + displayURL="https://www.curseforge.com/minecraft/mc-mods/distant-horizons" 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" diff --git a/gradle.properties b/gradle.properties index 667a4618c..d3353b085 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,8 @@ toml_version=3.6.4 # Mod info mod_name=Distant Horizons mod_description=This mod generates and renders simplified terrain beyond the normal view distance at a low performance cost. Allowing you to see much farther without turning your game into a slideshow. -mod_authors=James Seibel, Leonardo Amato, Cola, coolGi2007, Ran, LeeTom +mod_authors=James Seibel, Leonardo Amato, Cola, coolGi2007, Ran, Leetom +mod_homepage=https://www.curseforge.com/minecraft/mc-mods/distant-horizons # Fabric loader fabric_loader_version=0.12.6