Skip to content

Commit 4bd10ed

Browse files
committed
chore: update Modern UI font and tooltip descriptions for clarity and restart requirement
1 parent c680b64 commit 4bd10ed

3 files changed

Lines changed: 7 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Changelog
22

3-
## v4.2.0
3+
## v4.2.1
44

5-
### Fix
6-
- Freeze when lunching the game on macOS (again)
7-
- Changelog overlay showing "PackCore could not load changelog text for this version." when modpack is up to date
8-
9-
### New
10-
- Automatic backup created when updating the modpack to a new version
11-
- Automatic backup created when applying a different config pack
12-
- Backups now show what triggered them (e.g. "Modpack update: v1.2.3 → v1.4.0 · 2025-03-28 14:32:11")
13-
- Backup list now shows a color-coded accent bar per backup type (blue = modpack update, purple = config switch, green = auto, grey = manual)
14-
- Old backups are now pruned automatically per type to avoid buildup
5+
### Chore
6+
- Update Modern UI font and tooltip descriptions for clarity and restart requirement

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44
org.gradle.configuration-cache=false
55

66
# Mod properties
7-
mod.version=4.2.0
7+
mod.version=4.2.1
88
mod.group=com.github.kd_gaming1
99
mod.id=packcore
1010
mod.name=Pack Core

src/main/resources/assets/packcore/lang/en_us.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@
148148
"gui.packcore.wizard.modern_ui.features.label": "Features",
149149

150150
"gui.packcore.wizard.modern_ui.font.inter.name": "Inter (Modpack Font)",
151-
"gui.packcore.wizard.modern_ui.font.inter.desc": "Uses the modpack's custom Inter typeface. Clean, modern, and highly legible.",
151+
"gui.packcore.wizard.modern_ui.font.inter.desc": "Uses the modpack's custom Inter typeface. Clean, modern, and highly legible.\n⚠ Requires a restart to apply.",
152152

153153
"gui.packcore.wizard.modern_ui.font.vanilla.name": "Vanilla Font",
154-
"gui.packcore.wizard.modern_ui.font.vanilla.desc": "Reverts to the default Minecraft font and disables the Modern Text Engine for full mod compatibility. Resource pack fonts will also work correctly with this option.\n⚠ Requires a restart.",
154+
"gui.packcore.wizard.modern_ui.font.vanilla.desc": "Use the default Minecraft font and disables the Modern Text Engine for full mod compatibility. Resource pack fonts will also work correctly with this option.\n⚠ Requires a restart to apply.",
155155

156156
"gui.packcore.wizard.modern_ui.fancyTooltip.name": "Fancy Tooltips",
157-
"gui.packcore.wizard.modern_ui.fancyTooltip.desc": "Replaces vanilla tooltips with rounded, styled tooltips with gradient borders.\n⚠ NOTE: Tooltip Scroll doesn't work with this option enabled, but the tooltip will automatically scroll up and down when it doesn't fit.",
157+
"gui.packcore.wizard.modern_ui.fancyTooltip.desc": "Replaces vanilla tooltips with rounded, styled tooltips with gradient borders.",
158158

159159
"gui.packcore.wizard.modern_ui.dingSound.name": "Startup Ding",
160160
"gui.packcore.wizard.modern_ui.dingSound.desc": "Plays a sound effect when the game finishes loading.",

0 commit comments

Comments
 (0)