packwiz files for a mc server for my friends and i
at main 1.3 kB view raw
1{ 2 // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT 3 "showFoodValuesInTooltip": true, 4 // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) 5 "showFoodValuesInTooltipAlways": true, 6 // If true, shows your current saturation level overlayed on the hunger bar 7 "showSaturationHudOverlay": false, 8 // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding 9 "showFoodValuesHudOverlay": false, 10 // If true, enables the hunger/saturation/health overlays for food in your off-hand 11 "showFoodValuesHudOverlayWhenOffhand": false, 12 // If true, shows your food exhaustion as a progress bar behind the hunger bar 13 "showFoodExhaustionHudUnderlay": false, 14 // If true, shows estimated health restored by food on the health bar 15 "showFoodHealthHudOverlay": false, 16 // If true, shows your hunger, saturation, and exhaustion level in Debug Screen 17 "showFoodDebugInfo": true, 18 // If true, health/hunger overlay will shake to match Minecraft's icon animations 19 "showVanillaAnimationsOverlay": true, 20 // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) 21 "maxHudOverlayFlashAlpha": 0.6499999761581421 22}