From caba0078994afac12479e94485433f07590e1fa8 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 20 Sep 2024 07:08:37 -0500 Subject: [PATCH] Add pshsh, to the author list --- forge/src/main/resources/META-INF/mods.toml | 4 ++-- gradle.properties | 2 +- neoforge/src/main/resources/META-INF/neoforge.mods.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 0b3a0ffe7..df8bd5030 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -8,13 +8,13 @@ issueTrackerURL = "${issues}" modId = "distanthorizons" #//mandatory version = "${version}" #//mandatory, gets the version number from jar populated by the build.gradle script displayName = "${mod_name}" #//mandatory - authors = ["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom"] # Should be done with `$authors`, but architectury complains + authors = ["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom", "pshsh"] # Should be done with `$authors`, but architectury complains #//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 = "${homepage}" description = "${description}" #//mandatory. The description text for the mod logoFile = "assets/distanthorizons/logo.png" catalogueImageIcon = "assets/distanthorizons/icon.png" - credits = "Massive thanks to: Leonardo, Cola, Ran, CoolGi, and Leetom. For their hard work to bring Distant Horizons to where it is today. - James" + credits = "Massive thanks to all the developers for their hard work to bring Distant Horizons to where it is today. - James" #// if not set defaults to "false" clientSideOnly = "true" #// if not set side defaults to "BOTH" diff --git a/gradle.properties b/gradle.properties index eeb849b3b..0eeb78786 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ maven_group=com.seibel.distanthorizons mod_readable_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. # Note: In forge's mods.toml this is hard coded because Architectury throws an error with setting it as a variable -mod_authors=["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom"] +mod_authors=["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom", "pshsh"] mod_homepage=https://modrinth.com/mod/distanthorizons mod_source=https://gitlab.com/jeseibel/distant-horizons mod_issues=https://gitlab.com/jeseibel/distant-horizons/-/issues diff --git a/neoforge/src/main/resources/META-INF/neoforge.mods.toml b/neoforge/src/main/resources/META-INF/neoforge.mods.toml index be75d32f9..7115fe41d 100644 --- a/neoforge/src/main/resources/META-INF/neoforge.mods.toml +++ b/neoforge/src/main/resources/META-INF/neoforge.mods.toml @@ -8,13 +8,13 @@ issueTrackerURL = "${issues}" modId = "distanthorizons" #//mandatory version = "${version}" #//mandatory, gets the version number from jar populated by the build.gradle script displayName = "${mod_name}" #//mandatory - authors = ["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom"] # Should be done with `$authors`, but architectury complains + authors = ["James Seibel", "Leonardo Amato", "Cola", "coolGi", "Ran", "Leetom", "pshsh"] # Should be done with `$authors`, but architectury complains #//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 = "${homepage}" description = "${description}" #//mandatory. The description text for the mod logoFile = "assets/distanthorizons/logo.png" catalogueImageIcon = "assets/distanthorizons/icon.png" - credits = "Massive thanks to: Leonardo, Cola, Ran, CoolGi, and Leetom. For their hard work to bring Distant Horizons to where it is today. - James" + credits = "Massive thanks to all the developers for their hard work to bring Distant Horizons to where it is today. - James" #// if not set defaults to "false" clientSideOnly = "true" #// if not set side defaults to "BOTH"