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
"vulkanmod-extra.option.animation.tooltip": "Granular controls for individual game animations. Each animation type can be toggled independently for maximum customization. Perfect for performance optimization or aesthetic preferences.",
"vulkanmod-extra.option.animation.allAnimations": "All Animations",
10
10
"vulkanmod-extra.option.animation.allAnimations.tooltip": "Global toggle that disables ALL animations when off, or allows individual animation settings when on. Use this as a quick performance boost by disabling all texture animations at once.",
"vulkanmod-extra.option.animation.water.tooltip": "Controls the animated texture frames of water blocks. Disabling creates static water textures but water physics and transparency remain intact.",
@@ -142,7 +142,7 @@
142
142
"vulkanmod-extra.option.animation.enchantingTableBook.tooltip": "Controls the page-turning animation of books above enchanting tables. Disabling creates static books but maintains enchanting functionality.",
"vulkanmod-extra.option.particle.particles.tooltip": "Master toggle for all particle effects including explosions, water splashes, and environmental effects. Disabling significantly improves performance but removes most visual effects from gameplay.",
"vulkanmod-extra.option.particle.allParticles": "All Particles",
146
146
"vulkanmod-extra.option.particle.allParticles.tooltip": "Global toggle that disables ALL particles when off, or allows individual particle settings when on. Use this for major performance improvements by blocking all particle rendering at once.",
"vulkanmod-extra.option.render.armorStandNameTag.tooltip": "Controls armor stand name tag rendering\n\n§7Performance Impact: §aLow (Positive)",
417
417
"vulkanmod-extra.option.render.playerNameTag": "Player Name Tag",
418
418
"vulkanmod-extra.option.render.playerNameTag.tooltip": "Controls player name tag rendering\n\n§7Performance Impact: §aLow (Positive)",
419
-
"vulkanmod-extra.option.render.fog": "Mlha",
419
+
"vulkanmod-extra.option.render.fog": "Fog",
420
420
"vulkanmod-extra.option.render.fog.tooltip": "Master toggle for all fog effects. Controls atmospheric fog that reduces visibility at distance. Disabling creates clear air but may impact depth perception in large open areas.\n\n§7Performance Impact: §eLow",
"vulkanmod-extra.option.render.overworldFog.tooltip": "Controls fog effects in the Overworld dimension. Includes natural weather fog, biome-based fog, and atmospheric effects.",
@@ -432,7 +432,7 @@
432
432
"vulkanmod-extra.option.render.powderSnowFog.tooltip": "Controls fog effect when inside powder snow. Manages the visibility reduction in powder snow blocks.",
"vulkanmod-extra.option.extra.showFps.tooltip": "Displays real-time frames per second (FPS) counter overlay on screen. Useful for monitoring performance and troubleshooting lag issues.\n\n§7Performance Impact: §eLow",
"vulkanmod-extra.option.extra.showCoords.tooltip": "Displays current player coordinates (X, Y, Z) overlay on screen. Essential for building projects, sharing locations, and navigation in large worlds.",
455
455
"vulkanmod-extra.option.extra.toasts": "Toasts",
456
456
"vulkanmod-extra.option.extra.toasts.tooltip": "Controls popup achievement and advancement notifications in the top-right corner. Disabling removes visual notifications but achievements are still unlocked.",
@@ -506,6 +506,7 @@
506
506
"vulkanmod-extra.category.fogMultipliers.water": "Water Fog Multipliers",
507
507
"vulkanmod-extra.category.fogMultipliers.lava": "Lava Fog Multipliers",
508
508
"vulkanmod-extra.category.fogMultipliers.powderSnow": "Powder Snow Fog Multipliers",
"vulkanmod-extra.option.video.monitorSelection.tooltip": "Select which monitor to use for fullscreen mode. Changes will take effect when entering fullscreen.",
511
512
"vulkanmod.options.video.resolution.tooltip": "Sets the fullscreen resolution. Changes take effect when toggling fullscreen mode.",
@@ -522,6 +523,7 @@
522
523
"vulkanmod.options.graphics.renderDistance.tooltip": "Maximum distance for rendering chunks. Higher values allow you to see further but reduce performance.\n\n§7Performance Impact: §cHigh",
523
524
"vulkanmod.options.graphics.simulationDistance.tooltip": "Distance at which game mechanics (mob spawning, redstone, etc.) are simulated. Lower values improve performance.\n\n§7Performance Impact: §6Medium",
524
525
"vulkanmod.options.graphics.prioritizeChunkUpdates.tooltip": "Controls chunk update priority. 'Nearby' prioritizes chunks closer to the player for faster loading of visible terrain.\n\n§7Performance Impact: §eLow",
"vulkanmod.options.graphics.ambientOcclusion.tooltip": "Smooth lighting quality. Off: flat lighting. On: standard smooth lighting. Sub-block: enhanced AO for stairs/slabs (experimental).\n\n§7Performance Impact: §6Medium",
"vulkanmod.options.graphics.renderClouds.tooltip": "Controls cloud rendering. Off disables clouds entirely, Fast renders simple clouds, Fancy renders detailed clouds.\n\n§7Performance Impact: §eLow",
@@ -532,40 +534,40 @@
532
534
"vulkanmod.options.other.frameQueue.tooltip": "Number of frames buffered for GPU processing. Higher values reduce stuttering but increase input delay. 2-3 recommended for most systems.\n\n§7Performance Impact: §eLow",
533
535
"vulkanmod.options.other.deviceSelector.tooltip": "Selects which GPU to use for rendering. Auto chooses the best available device. Manual selection useful for multi-GPU systems.",
534
536
"vulkanmod.options.other.chunkBuilderThreads.tooltip": "Background threads for chunk geometry building. Auto uses optimal count. More threads speed up chunk updates but may impact main thread performance.\n\n§7Performance Impact: §6Medium",
"vulkanmod.options.optimization.advCulling.tooltip": "Controls chunk section culling aggressiveness. Aggressive: maximum culling but may cause pop-in. Normal: balanced. Conservative: minimal culling. Off: no culling.\n§7Performance Impact: §aHigh",
571
573
"vulkanmod.options.optimization.entityCulling.tooltip": "Culls entities in non-visible chunk sections. Improves performance with many entities.\n\n§7Performance Impact: §6Medium",
@@ -582,8 +584,6 @@
582
584
"vulkanmod-extra.option.optimization.textureAtlasOptimization.tooltip": "Reduces texture binding calls and optimizes texture atlas management for better GPU performance and lower CPU overhead.\n\n§7Performance Impact: §aMedium (Positive)",
"vulkanmod-extra.option.optimization.entityUpdateLimit.tooltip": "Maximum number of entities to update per frame (0 = unlimited). Higher values maintain smoother entity movement but may impact performance in crowded areas.\n\n§7Performance Impact: §aHigh (Positive)",
"vulkanmod-extra.option.optimization.renderCallBatching.tooltip": "Groups similar draw calls together to reduce CPU-GPU communication overhead and improve overall rendering performance.\n\n§7Performance Impact: §aMedium (Positive)",
"vulkanmod-extra.option.optimization.renderCallBatching.tooltip": "Groups similar draw calls together to reduce CPU-GPU communication overhead and improve overall rendering performance.\n\n§7Performance Impact: §aMedium (Positive)"
0 commit comments