VMU/config/slightguimodifications/cts.groovy
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

29 lines
568 B
Groovy

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