From 8bf30f0a365a063b2ee43ccd02734d1d8b69343b Mon Sep 17 00:00:00 2001 From: bernarddesfosse <61179492+bernarddesfosse@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:21:45 -0400 Subject: [PATCH] Update en_US.lang --- client/languages/en_US.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/languages/en_US.lang b/client/languages/en_US.lang index 858e8e2..a2423cc 100644 --- a/client/languages/en_US.lang +++ b/client/languages/en_US.lang @@ -1997,9 +1997,9 @@ module.minimap.setting.opacity.name=Opacity module.minimap.setting.opacity.description=The overall opacity of the minimap. Higher values make the map more visible. module.minimap.setting.water_opacity.name=Water Opacity module.minimap.setting.water_opacity.description=The opacity of water on the minimap. Lower values make water more transparent. -module.minimap.setting.compute_custom_block_color.name=Custom Block Colors +module.minimap.setting.compute_custom_block_color.name=Compute Custom Block Colors module.minimap.setting.compute_custom_block_color.description=Compute custom colors for blocks based on their textures. May affect performance or be less stable on some versions. -module.minimap.setting.compute_all_custom_blocks.name=All Custom Blocks +module.minimap.setting.compute_all_custom_blocks.name=Compute All Custom Blocks Colors module.minimap.setting.compute_all_custom_blocks.description=Compute colors for all custom blocks.\nIf the map color given for most of the custom blocks are bad you can use this. module.minimap.setting.lighting.name=Lighting module.minimap.setting.lighting.description=Enable lighting effects on the minimap. Improves visual quality but will affect performance.