VMU/config/slightguimodifications/config.json5
Wroclaw 697dad0953 Add mod: Slight' Gui Modifications
bump modpack version to 1.2.0
show modpack version in window name
2022-07-14 17:14:24 +02:00

65 lines
No EOL
1.8 KiB
Text

{
"fluidAdvancements": true,
"fluidStatusEffects": false,
// Whether we should unlimit the hard 60 fps limit placed on the title screen.
"unlimitTitleScreenFps": true,
"openingAnimation": {
"fluidChatOpening": true,
"fluidOpenSlideFromBottom": false,
"fluidOpenFade": false,
"fluidAnimationDuration": 400,
"affectsGameMenus": true,
"affectsInventories": true,
"ignoreSlideWhenRedirected": true,
"ignoreFadeWhenRedirected": false
},
"textFieldModifications": {
// Whether this module is enabled.
"enabled": false,
/* Set to Color to use the Border and Background Color.
Set to Texture to use resource pack:
/assets/minecraft/textures/gui/text_field.png
More documentations on website.
*/
"backgroundMode": "COLOR",
"borderColor": 10526880,
"backgroundColor": 0,
"selectionMode": "INVERT",
// Whether Text Fields should allow right click actions.
"rightClickActions": false
},
"sliderModifications": {
// Whether this module is enabled.
"enabled": false,
"grabberWidth": 8,
/* Whether to use custom texture:
/assets/slightguimodifications/textures/gui/slider(_hovered).png
or
/config/slightguimodifications/slider(_hovered).png
*/
"customBackgroundTexture": false
},
"debugInformation": {
"showFps": false
},
"customScaling": {
"vanillaScaleSlider": false,
"scale": 1.0
},
"slotHighlight": {
// Whether this module is enabled.
"enabled": false,
"color": -2130706433
},
"tooltipModifications": {
// Whether this module is enabled.
"enabled": false,
"backgroundColor": -267386864,
"outlineGradientTopColor": 1347420415,
"outlineGradientBottomColor": 1344798847
},
// Whether GUI should allow right click actions.
"rightClickActions": true,
"satisfyingScreenshots": true
}