Add VMU version back to main menu
replaces slight gui modifications with main menu credits :<, it will be missed
This commit is contained in:
parent
19bb81a441
commit
669051a8fe
6 changed files with 47 additions and 103 deletions
24
config/isxander-main-menu-credits.json
Normal file
24
config/isxander-main-menu-credits.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"main_menu": {
|
||||
"top_left": [],
|
||||
"top_right": [],
|
||||
"bottom_left": [
|
||||
{
|
||||
"text": "VMU 1.3.0",
|
||||
"clickEvent": {
|
||||
"action": "open_url",
|
||||
"value": "https://git.proot.pl/Wroclaw/VMU"
|
||||
}
|
||||
}
|
||||
],
|
||||
"bottom_right": [],
|
||||
"mod_blacklist": []
|
||||
},
|
||||
"pause_menu": {
|
||||
"top_left": [],
|
||||
"top_right": [],
|
||||
"bottom_left": [],
|
||||
"bottom_right": [],
|
||||
"mod_blacklist": []
|
||||
}
|
||||
}
|
|
@ -1,65 +0,0 @@
|
|||
{
|
||||
"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
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
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