-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMH improvements #857
base: main
Are you sure you want to change the base?
MMH improvements #857
Changes from 9 commits
84df57a
d13969e
58dd864
af81155
667b1d9
ad0fcbc
a60c42e
89a51b6
b93888a
6bf72c0
94a467e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,17 +13,17 @@ | |
"modmenu.summaryTranslation.colormatic": "§6🔀§r OptiFine's Custom Colors\n§3§l📥§r§9🛠§8 Clear sky/void, light smoothing", | ||
"modmenu.summaryTranslation.continuity": "OptiFine's Connected & Emissive Textures\n§3§l📥§r§9🛠§8 Toggle block features", | ||
"modmenu.summaryTranslation.controlify": "Game controller support\n§9🛠§8 Vibration, sounds, ...", | ||
"modmenu.summaryTranslation.cubes-without-borders": "Full screen with Alt+Tab support (opt-in)\n§9🛠§8 In Video Settings: toggle mod", | ||
"modmenu.summaryTranslation.cubes-without-borders": "Full screen with Alt+Tab support (opt-in)\n§9🛠§8 In <lang options.videoTitle>: toggle mod", | ||
"modmenu.summaryTranslation.cull-less-leaves": "§6🔀§r Faster tree leaves\n§9🛠§8 Toggle mod, leaf depth", | ||
"modmenu.summaryTranslation.debugify": "Fixes bugs, disables Mojang's telemetry\n§9🛠§8 See FO wiki for more info", | ||
"modmenu.summaryTranslation.debugify": "Fixes bugs, disables Mojang's telemetry\n§9🛠§8 <url 'https://wiki.download.fo/changed-options#fixed-bugs'>See FO wiki for more info</url>", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These links might change soon, though it is trivial to update them for all languages There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In testing with MM 12.0.0 for 1.21.3 and TP API 2.5.1+1.21.3, adding an URL made the menu crash:
Also it is relevant to consider that the user may not expect to be able to click it anyway (unless blue and underlined?), leading to unintended behaviour on accidental clicks. |
||
"modmenu.summaryTranslation.dynamic_fps": "Reduces FPS in the background\n§9🛠§8 Toggle mod, restore on hover, ...", | ||
"modmenu.summaryTranslation.e4mc_minecraft": "Open worlds to Internet, just like LAN\n§9🛠§8 Use and configure via \"Open to Internet\"", | ||
"modmenu.summaryTranslation.e4mc_minecraft": "Open worlds to Internet, just like LAN\n§9🛠§8 Use and configure via \"<lang menu.shareToLan>\"", | ||
"modmenu.summaryTranslation.enhancedblockentities": "Faster chests, signs, beds etc.\n§9🛠§8 Blocks to improve, method", | ||
"modmenu.summaryTranslation.entity_model_features": "OptiFine's Custom Entity Models\n§3§l📥§r§8🛠 (only advanced options)", | ||
"modmenu.summaryTranslation.entity_texture_features": "OptiFine's Random & Emissive Entities\n§3§l📥§r§9🛠§8 Random mobs, emissivity, eye blinking, ...", | ||
"modmenu.summaryTranslation.entityculling": "Stops rendering mobs behind walls\n§8🛠 (only advanced options)", | ||
"modmenu.summaryTranslation.fabricskyboxes": "Custom Sky\n§3§l📥§r§9🛠§8 Expand the mod to configure (click ▼ on icon)", | ||
"modmenu.summaryTranslation.fabrishot": "Take 4K screenshots with F9\n§9🛠§8 Override F2, resolution, keybind, ...", | ||
"modmenu.summaryTranslation.fabrishot": "Take 4K screenshots with <keybind 'key_key.fabrishot.screenshot'>\n§9🛠§8 Override <keybind 'key_key.screenshot'>, resolution, keybind, ...", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Even when MMH one is correct, the pause menu one won't be... But it's better than nothing I guess. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In testing with MM 12.0.0 for 1.21.3 and TP API 2.5.1+1.21.3, the mod keybind crashed while the vanilla one worked. Maybe due to not being available in early loading yet?
|
||
"isxander-main-menu-credits.fabrishot": "Take 4K screenshots with F9", | ||
"modmenu.summaryTranslation.fadeless": "§6🔀§r Removes loading fade animation\n§8§m🛠§8 (no options)", | ||
"modmenu.summaryTranslation.fastquit": "Quits from singleplayer instantly\n§9🛠§8 Toasts, indicator, ...", | ||
|
@@ -34,7 +34,7 @@ | |
"modmenu.summaryTranslation.isxander-main-menu-credits": "Modpack version in title screen\n§8🛠 (only advanced options)", | ||
"modmenu.summaryTranslation.itemmodelfix": "§6🔀§r Fixes transparent lines in held items\n§9🛠§8 Method", | ||
"modmenu.summaryTranslation.lambdynlights": "OptiFine's Dynamic Lights\n§9🛠§8 Quality, entity options, ...", | ||
"modmenu.summaryTranslation.languagereload": "Instant language switching, searchbar\n§9🛠§8 Multi-language Creative search, ...", | ||
"modmenu.summaryTranslation.languagereload": "Instant language switching, searchbar\n§9🛠§8 Multi-language <lang key.categories.creative> search, ...", | ||
"modmenu.summaryTranslation.lithium": "Optimizes physics and chunks\n§8🛠 (only advanced options)", | ||
"modmenu.summaryTranslation.memoryleakfix": "Fixes memory leaks\n§8§m🛠§8 (no options)", | ||
"modmenu.summaryTranslation.midnightcontrols": "§6🔀§r Controller and touchscreen support\n§9🛠§8 Input method, keybinds, controller options, ...", | ||
|
@@ -49,13 +49,13 @@ | |
"modmenu.summaryTranslation.paginatedadvancements": "Big advancement screen and requirement list\n§9🛠§8 Requirement visibility, tab pinning, ...", | ||
"modmenu.summaryTranslation.polytone": "OptiFine's Custom Colors\n§3§l📥§r§8§m🛠§8 (no options)", | ||
"modmenu.summaryTranslation.puzzle": "OptiFine's Custom Loading Screen\n§3§l📥§r§9🛠§8 Toggle mod, ...", | ||
"modmenu.summaryTranslation.reeses-sodium-options": "Vertical video settings\n§8§m🛠§8 (no options)", | ||
"modmenu.summaryTranslation.reeses-sodium-options": "Vertical <lang options.videoTitle>\n§8§m🛠§8 (no options)", | ||
"modmenu.summaryTranslation.rrls": "Resource packs load in the background\n§9🛠§8 Loading fade animation speed, ...", | ||
"modmenu.summaryTranslation.sodium-extra": "OptiFine's graphics options\n§9🛠§8 In Video Settings: animations, particles, ...", | ||
"modmenu.summaryTranslation.sodium": "Optimizes rendering, better FPS\n§9🛠§8 In Video Settings: optimizations", | ||
"modmenu.summaryTranslation.sodium-extra": "OptiFine's graphics options\n§9🛠§8 In <lang options.videoTitle>: animations, particles, ...", | ||
"modmenu.summaryTranslation.sodium": "Optimizes rendering, better FPS\n§9🛠§8 In <lang options.videoTitle>: optimizations", | ||
"sodium.options.buttons.donate": "Support Sodium!", | ||
"modmenu.summaryTranslation.yosbr": "Modpack's default options\n§9🛠§8 To reset, see FO wiki", | ||
"modmenu.summaryTranslation.zoomify": "Zoom by holding C\n§9🛠§8 Distance, cinematic camera, keybind, ...", | ||
"modmenu.summaryTranslation.yosbr": "Modpack's default options\n§9🛠§8 <url 'https://wiki.download.fo/update-instructions#resetting-options'>To reset, see FO wiki</url>", | ||
"modmenu.summaryTranslation.zoomify": "Zoom by holding <keybind 'key_zoomify.key.zoom'>\n§9🛠§8 Distance, cinematic camera, keybind, ...", | ||
"fo.resourcePack.fastbettergrass": "§7OptiFine's Better Grass (fast)§r\n§4Must be the first to work§r", | ||
"menu.shareToLan": "Open to Internet", | ||
"lanServer.title": "Open to Internet", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this implicitly adds more language compatibility, it also has two issues: