|
| 1 | +# Configuration file |
| 2 | + |
| 3 | +general { |
| 4 | + |
| 5 | + ########################################################################################################## |
| 6 | + # client |
| 7 | + #--------------------------------------------------------------------------------------------------------# |
| 8 | + # These config settings are client-side only |
| 9 | + ########################################################################################################## |
| 10 | + |
| 11 | + client { |
| 12 | + # Set a custom color for the saturation HUD/Tooltip overlay using hex color code |
| 13 | + S:"Custom Saturation Color"=#FFDF00 |
| 14 | + |
| 15 | + # Apply a small fix in the recipe book, necessary for the correct display of tooltips for modern tooltip mode |
| 16 | + B:"Recipe Book Tooltip fix"=true |
| 17 | + |
| 18 | + # If true, shows your food exhaustion as a progress bar behind the hunger bars |
| 19 | + B:"Show Exhaustion HUD Underlay"=true |
| 20 | + |
| 21 | + # SHOW_FOOD_HEALTH_HUD_OVERLAY |
| 22 | + B:"Show Food Health HUD Overlay"=true |
| 23 | + |
| 24 | + # If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay |
| 25 | + B:"Show Food Stats in F3"=true |
| 26 | + |
| 27 | + # If true, shows the hunger (and saturation if show.saturation.hud.overlay is true) that would be restored by food you are currently holding |
| 28 | + B:"Show Food Values HUD Overlay"=true |
| 29 | + |
| 30 | + # If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT |
| 31 | + B:"Show Food Values in Tooltip"=true |
| 32 | + |
| 33 | + # If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) |
| 34 | + B:"Show Food Values in Tooltip Always"=true |
| 35 | + |
| 36 | + # If true, shows your current saturation level overlayed on the hunger bar |
| 37 | + B:"Show Saturation HUD Overlay"=true |
| 38 | + |
| 39 | + # If true, hunger/health overlay will shake to match Minecraft's icon animations |
| 40 | + B:"Show Vanilla Animations Overlay"=true |
| 41 | + |
| 42 | + # If true, HUD overlays animations will be updated when the game is paused |
| 43 | + B:"Update Overlays When Game Is Paused"=false |
| 44 | + |
| 45 | + # Enable to use the custom saturation color instead of default |
| 46 | + B:"Use Custom Saturation Color"=true |
| 47 | + |
| 48 | + # true – draw bars directly inside the tooltip |
| 49 | + # false – draw on a separate floating background (legacy) |
| 50 | + B:"Use Modern Tooltip Rendering"=true |
| 51 | + } |
| 52 | + |
| 53 | +} |
| 54 | + |
| 55 | + |
0 commit comments