From 36e39aa5ac20300406e1403bc1acdf7db4896f08 Mon Sep 17 00:00:00 2001 From: bconlon Date: Mon, 11 Nov 2024 18:30:49 -0800 Subject: [PATCH] refactor: mod logo name --- docs/CHANGELOG.md | 4 ++++ gradle.properties | 2 +- .../resources/{cumulus.png => cumulus_menus.png} | Bin src/main/templates/META-INF/neoforge.mods.toml | 2 +- update.json | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) rename src/main/resources/{cumulus.png => cumulus_menus.png} (100%) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d9947c7..634f33e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +# Cumulus - NeoForge - 1.21.1-1.1.2 + +- Update logo file name. + # Cumulus - NeoForge - 1.21.1-1.1.0 - Port to 1.21.1 diff --git a/gradle.properties b/gradle.properties index 7883940..20b7af0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28 mod_id=cumulus_menus mod_group=com.aetherteam.cumulus mod_name=Cumulus -mod_version=1.1.1 +mod_version=1.1.2 mod_license=LGPL-3.0 mod_url=https://modrinth.com/mod/cumulus mod_update=https://github.com/The-Aether-Team/Cumulus/raw/1.21.1-develop/update.json diff --git a/src/main/resources/cumulus.png b/src/main/resources/cumulus_menus.png similarity index 100% rename from src/main/resources/cumulus.png rename to src/main/resources/cumulus_menus.png diff --git a/src/main/templates/META-INF/neoforge.mods.toml b/src/main/templates/META-INF/neoforge.mods.toml index bbb1dd9..78dd2a6 100644 --- a/src/main/templates/META-INF/neoforge.mods.toml +++ b/src/main/templates/META-INF/neoforge.mods.toml @@ -8,7 +8,7 @@ issueTrackerURL = "${mod_tracker}" version = "${mod_version}" displayName = "${mod_name}" displayURL = "${mod_url}" - logoFile = "${mod_name}.png" + logoFile = "${mod_id}.png" credits = "${mod_credits}" authors = "${mod_authors}" description = '''${mod_description}''' diff --git a/update.json b/update.json index f8f92d2..9866d1a 100644 --- a/update.json +++ b/update.json @@ -6,6 +6,6 @@ "1.20.1-recommended": "1.20.1-1.0.0-neoforge", "1.20.2-recommended": "1.20.2-1.0.1-neoforge", "1.20.4-recommended": "1.20.4-1.0.1-neoforge", - "1.21.1-recommended": "1.21.1-1.1.0-neoforge" + "1.21.1-recommended": "1.21.1-1.1.2-neoforge" } }