-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappleskin.json5
22 lines (22 loc) · 1.3 KB
/
appleskin.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
"showFoodValuesInTooltip": true,
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
"showFoodValuesInTooltipAlways": true,
// If true, shows your current saturation level overlayed on the hunger bar
"showSaturationHudOverlay": true,
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
"showFoodValuesHudOverlay": true,
// If true, enables the hunger/saturation/health overlays for food in your off-hand
"showFoodValuesHudOverlayWhenOffhand": true,
// If true, shows your food exhaustion as a progress bar behind the hunger bar
"showFoodExhaustionHudUnderlay": true,
// If true, shows estimated health restored by food on the health bar
"showFoodHealthHudOverlay": true,
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
"showFoodDebugInfo": true,
// If true, health/hunger overlay will shake to match Minecraft's icon animations
"showVanillaAnimationsOverlay": true,
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
"maxHudOverlayFlashAlpha": 0.6499999761581421
}