-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add chroma, opaque block outlines, and config descriptions
- Loading branch information
Showing
5 changed files
with
215 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,67 @@ | ||
{ | ||
"nolijium.utilities": "Utilities", | ||
"nolijium.options.enable_gamma.name": "Enable Gamma Brightness", | ||
"nolijium.options.enable_gamma.tooltip": "", | ||
"nolijium.options.max_chat_history.name": "Max Chat History Size", | ||
"nolijium.options.max_chat_history.tooltip": "", | ||
"nolijium.messages": "%d Messages", | ||
"nolijium.options.enable_gamma.tooltip": "Removes darkness and all client-side lighting calculations, resulting in a decent performance boost on some systems.\nMay cause issues with shaders, dynamic lighting, and light overlay mods.", | ||
"nolijium.options.max_chat_history.name": "Maximum Chat History Size", | ||
"nolijium.options.max_chat_history.tooltip": "Changes the number of messages kept in chat history (100 in vanilla).", | ||
"nolijium.messages": "%d messages", | ||
"nolijium.unlimited": "Unlimited", | ||
"nolijium.options.hud_enabled.name": "Enable HUD", | ||
"nolijium.options.hud_enabled.tooltip": "", | ||
"nolijium.options.hud_enabled.tooltip": "If enabled, a HUD will be drawn on the screen showing useful performance statistics.", | ||
"nolijium.options.hud_alignment_x.name": "HUD X Alignment", | ||
"nolijium.options.hud_alignment_x.tooltip": "", | ||
"nolijium.options.hud_alignment_x.tooltip": "The horizontal alignment of the HUD.", | ||
"nolijium.options.hud_alignment_y.name": "HUD Y Alignment", | ||
"nolijium.options.hud_alignment_y.tooltip": "", | ||
"nolijium.options.hud_alignment_y.tooltip": "The vertical alignment of the HUD.", | ||
"nolijium.options.hud_margin_x.name": "HUD X Margin", | ||
"nolijium.options.hud_margin_x.tooltip": "", | ||
"nolijium.options.hud_margin_x.tooltip": "The HUD will be offset this many pixels horizontally from the screen edge.", | ||
"nolijium.options.hud_margin_y.name": "HUD Y Margin", | ||
"nolijium.options.hud_margin_y.tooltip": "", | ||
"nolijium.options.hud_margin_y.tooltip": "The HUD will be offset this many pixels vertically from the screen edge.", | ||
"nolijium.pixels": "%dpx", | ||
"nolijium.options.hud_background.name": "Draw Background Behind HUD", | ||
"nolijium.options.hud_background.tooltip": "", | ||
"nolijium.options.hud_shadow.name": "Enable Shadow for HUD Text", | ||
"nolijium.options.hud_shadow.tooltip": "", | ||
"nolijium.options.hud_background.name": "HUD Background", | ||
"nolijium.options.hud_background.tooltip": "If enabled, a background will be drawn behind HUD text.", | ||
"nolijium.options.hud_shadow.name": "HUD Text Shadow", | ||
"nolijium.options.hud_shadow.tooltip": "If enabled, HUD text will be drawn with a shadow.", | ||
"nolijium.options.hud_refresh_rate_ticks.name": "HUD Refresh Rate", | ||
"nolijium.options.hud_refresh_rate_ticks.tooltip": "", | ||
"nolijium.options.hud_refresh_rate_ticks.tooltip": "The HUD will refresh its contents this often. The \"I paid for the whole CPU\" option will refresh it every frame.\nLower values may reduce performance.", | ||
"nolijium.ticks": "%d tick(s)", | ||
"nolijium.every_frame": "I paid for the whole CPU", | ||
"nolijium.options.hud_show_fps.name": "Show FPS in HUD", | ||
"nolijium.options.hud_show_fps.tooltip": "", | ||
"nolijium.none": "None", | ||
"nolijium.simple": "Simple", | ||
"nolijium.extended": "Extended", | ||
"nolijium.options.hud_show_fps.name": "HUD FPS Display", | ||
"nolijium.options.hud_show_fps.tooltip": "Determines much information about FPS should be displayed in the HUD.\nNONE: No FPS information will be displayed in the HUD.\nSIMPLE: HUD will display a simple, accurate FPS value.\nEXTENDED: HUD will display FPS, as well as a MIN (0.1% low), MAX (high), and AVG (average) FPS value.", | ||
"nolijium.options.hud_frame_time_buffer_size.name": "Frame Time Buffer Size", | ||
"nolijium.options.hud_frame_time_buffer_size.tooltip": "", | ||
"nolijium.options.hud_frame_time_buffer_size.tooltip": "The amount of frame time history to keep (in seconds).\nLarger values will result in smoother average values, at the cost of higher memory usage if average FPS is very high.\nOnly applicable if HUD FPS Display is set to EXTENDED.", | ||
"nolijium.seconds": "%d second(s)", | ||
"nolijium.options.hud_show_cpu.name": "Show CPU Usage in HUD", | ||
"nolijium.options.hud_show_cpu.tooltip": "", | ||
"nolijium.options.hud_show_memory.name": "Show Memory Usage in HUD", | ||
"nolijium.options.hud_show_memory.tooltip": "", | ||
"nolijium.options.hud_show_coordinates.name": "Show Coordinates in HUD", | ||
"nolijium.options.hud_show_coordinates.tooltip": "", | ||
"nolijium.options.hud_show_cpu.name": "HUD CPU Usage Display", | ||
"nolijium.options.hud_show_cpu.tooltip": "If enabled, the HUD will show CPU usage.", | ||
"nolijium.options.hud_show_memory.name": "HUD Memory Usage Display", | ||
"nolijium.options.hud_show_memory.tooltip": "If enabled, the HUD will show Memory usage.", | ||
"nolijium.options.hud_show_coordinates.name": "HUD Coordinates Display", | ||
"nolijium.options.hud_show_coordinates.tooltip": "If enabled, the HUD will show the player's coordinates.", | ||
"nolijium.toggles": "Toggles", | ||
"nolijium.options.revert_damage_camera_tilt.name": "Revert Damage Tilt Fix", | ||
"nolijium.options.revert_damage_camera_tilt.tooltip": "", | ||
"nolijium.options.revert_damage_camera_tilt.tooltip": "Reverts the fix for MC-26678.", | ||
"nolijium.options.enable_opaque_block_outlines.name": "Enable Opaque Block Outlines", | ||
"nolijium.options.enable_opaque_block_outlines.tooltip": "Removes transparency from block outlines.", | ||
"nolijium.options.disable_block_animations.name": "Disable Texture Animations", | ||
"nolijium.options.disable_block_animations.tooltip": "", | ||
"nolijium.options.disable_block_animations.tooltip": "Disables animations for water, lava, fire, etc.", | ||
"nolijium.options.disable_all_toasts.name": "Disable All Toasts", | ||
"nolijium.options.disable_all_toasts.tooltip": "", | ||
"nolijium.options.disable_all_toasts.tooltip": "Disables all toast messages.", | ||
"nolijium.options.disable_advancement_toasts.name": "Disable Advancement Toasts", | ||
"nolijium.options.disable_advancement_toasts.tooltip": "", | ||
"nolijium.options.disable_advancement_toasts.tooltip": "Disables toast messages for receiving Advancements.", | ||
"nolijium.options.disable_recipe_toasts.name": "Disable Recipe Toasts", | ||
"nolijium.options.disable_recipe_toasts.tooltip": "", | ||
"nolijium.options.disable_recipe_toasts.tooltip": "Disables toast messages for unlocking Recipes.", | ||
"nolijium.options.disable_system_toasts.name": "Disable System Toasts", | ||
"nolijium.options.disable_system_toasts.tooltip": "", | ||
"nolijium.options.disable_system_toasts.tooltip": "Disables toasts for System messages.", | ||
"nolijium.options.disable_tutorial_toasts.name": "Disable Tutorial Toasts", | ||
"nolijium.options.disable_tutorial_toasts.tooltip": "", | ||
"nolijium.options.disable_tutorial_toasts.tooltip": "Disables the Tutorial.", | ||
"nolijium.particles": "Particles", | ||
"nolijium.options.disable_particles.name": "Disable All Particles", | ||
"nolijium.options.disable_particles.tooltip": "", | ||
"nolijium.particle_id": "Enable %s particles" | ||
"nolijium.options.disable_particles.name": "Hide Particles", | ||
"nolijium.options.disable_particles.tooltip": "Prevents all particles from rendering.", | ||
"nolijium.particle_id": "Allow %s particles.", | ||
"nolijium.chroma": "Chroma", | ||
"nolijium.options.chroma_speed.name": "Chroma Speed", | ||
"nolijium.options.chroma_speed.tooltip": "Higher values cycle faster. Lower values cycle slower.", | ||
"nolijium.options.enable_chroma_block_outlines.name": "Enable Chroma Block Outlines", | ||
"nolijium.options.enable_chroma_block_outlines.tooltip": "Enable Chroma on block outlines.", | ||
"nolijium.options.enable_chroma_tooltips.name": "Enable Chroma Tool Tips", | ||
"nolijium.options.enable_chroma_tooltips.tooltip": "Enable Chroma on tool tips." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.