Skip to content

Commit

Permalink
refactor: mod logo name
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Nov 12, 2024
1 parent acc8eab commit 36e39aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion src/main/templates/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'''
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 36e39aa

Please sign in to comment.