Add mod: Slight' Gui Modifications

bump modpack version to 1.2.0
show modpack version in window name
This commit is contained in:
Wroclaw 2022-07-14 17:14:24 +02:00
parent 03e7345689
commit 697dad0953
7 changed files with 142 additions and 4 deletions

View file

@ -1,3 +1,3 @@
title = 'Minecraft VMU - {mcversion}'
title = ' VMU 1.2.0 - Minecraft {mcversion}'
icon16 = ''
icon32 = ''

View 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
}

View 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")
}
}