You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(i18n): correct translation formatting and unescape bug
- Keep `!` in light_purple/aqua in booster cookie lore to match original §! behavior
- Escape `<query>` in creative search lore to prevent MiniMessage tag parsing
- Add missing `sb.append('\t')` in StringUtility.unescapeJava for \t sequences
gui_misc.booster_cookie.consume_button.lore = <gray>Gain the <light_purple>Cookie Buff<gray>!\n\n<gray>Duration: <aqua>4 days<gray>!\n\n<gray>You will be able to gain\n<aqua>4,000 Bits <gray>from this\n<gray>cookie.
13
+
gui_misc.booster_cookie.consume_button.lore = <gray>Gain the <light_purple>Cookie Buff!\n\n<gray>Duration: <aqua>4 days!\n\n<gray>You will be able to gain\n<aqua>4,000 Bits <gray>from this\n<gray>cookie.
0 commit comments