modpack/Packwiz/config/slightguimodifications/cts.groovy

15 lines
381 B
Groovy
Raw Normal View History

mainMenu {
enabled = true
label {
position {
x { it - 2 }
y { it - 20 }
}
2021-06-17 15:59:36 +00:00
text = literal("Fabulously Optimized 2.0.0b2")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF
shadow = true
onClicked = url("https://www.curseforge.com/minecraft/modpacks/fabulously-optimized")
}
}