Add mod: Slight' Gui Modifications
bump modpack version to 1.2.0 show modpack version in window name
This commit is contained in:
parent
03e7345689
commit
697dad0953
7 changed files with 142 additions and 4 deletions
65
config/slightguimodifications/config.json5
Normal file
65
config/slightguimodifications/config.json5
Normal file
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"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
|
||||
}
|
29
config/slightguimodifications/cts.groovy
Normal file
29
config/slightguimodifications/cts.groovy
Normal file
|
@ -0,0 +1,29 @@
|
|||
mainMenu {
|
||||
enabled = true
|
||||
|
||||
splashText {
|
||||
enabled = false
|
||||
splashesEnabled = true
|
||||
customSplashes {
|
||||
enabled = false
|
||||
applyMode = "append"
|
||||
defineCustom([
|
||||
"h",
|
||||
])
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
position {
|
||||
x = 2
|
||||
y { it - 32 }
|
||||
}
|
||||
|
||||
text = literal("VMU 1.2.0")
|
||||
align = "left"
|
||||
color = 0xffffff
|
||||
shadow = true
|
||||
hoveredColor = 0xabcdef
|
||||
onClicked = url("https://amiro.ivi.pl/repoea/Wroclaw/VMU")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue