Initial commit
This commit is contained in:
commit
3136c54bba
54 changed files with 2079 additions and 0 deletions
22
config/appleskin.json5
Normal file
22
config/appleskin.json5
Normal file
|
@ -0,0 +1,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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue