Skip to content

Commit 36e39aa

Browse files
committed
refactor: mod logo name
1 parent acc8eab commit 36e39aa

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Cumulus - NeoForge - 1.21.1-1.1.2
2+
3+
- Update logo file name.
4+
15
# Cumulus - NeoForge - 1.21.1-1.1.0
26

37
- Port to 1.21.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28
1111
mod_id=cumulus_menus
1212
mod_group=com.aetherteam.cumulus
1313
mod_name=Cumulus
14-
mod_version=1.1.1
14+
mod_version=1.1.2
1515
mod_license=LGPL-3.0
1616
mod_url=https://modrinth.com/mod/cumulus
1717
mod_update=https://github.com/The-Aether-Team/Cumulus/raw/1.21.1-develop/update.json

src/main/templates/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ issueTrackerURL = "${mod_tracker}"
88
version = "${mod_version}"
99
displayName = "${mod_name}"
1010
displayURL = "${mod_url}"
11-
logoFile = "${mod_name}.png"
11+
logoFile = "${mod_id}.png"
1212
credits = "${mod_credits}"
1313
authors = "${mod_authors}"
1414
description = '''${mod_description}'''

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"1.20.1-recommended": "1.20.1-1.0.0-neoforge",
77
"1.20.2-recommended": "1.20.2-1.0.1-neoforge",
88
"1.20.4-recommended": "1.20.4-1.0.1-neoforge",
9-
"1.21.1-recommended": "1.21.1-1.1.0-neoforge"
9+
"1.21.1-recommended": "1.21.1-1.1.2-neoforge"
1010
}
1111
}

0 commit comments

Comments
 (0)