Files
meatballcraft/config/CustomMainMenu/mainmenu.json
T
2024-05-03 10:04:06 -07:00

230 lines
5.6 KiB
JSON

{
"images":
{
"title":
{
"image" : "menu:meatball.png",
"posX" : -178,
"posY" : 0,
"width" : 355,
"height" : 85,
"alignment" : "top_center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"hoverText" : "I got the power!",
"posX" : -100,
"posY" : 48,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"hoverText" : "We got the power!",
"posX" : -100,
"posY" : 72,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "fml.menu.mods",
"hoverText" : "Powered by AoA",
"posX" : -100,
"posY" : 96,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"options":
{
"text" : "menu.options",
"hoverText" : "Check keybinds!",
"posX" : -100,
"posY" : 144,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"hoverText" : "See ya!",
"posX" : 2,
"posY" : 144,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "quit"
}
},
"readme":
{
"text" : "ReadMe",
"hoverText" : "Beta Statement",
"posX" : 200,
"posY" : 200,
"width" : 98,
"height" : 20,
"action": {
"type": "openLink",
"link": "https://github.com/sainagh/meatballcraft/wiki/Beta-Statement"
}
},
"language":
{
"text" : "",
"posX" : -124,
"posY" : 144,
"width" : 20,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"refresh":
{
"text" : "",
"posX" : -154,
"posY" : 144,
"width" : 20,
"height" : 20,
"texture" : "custommainmenu:textures/gui/buttons.png",
"action" :
{
"type" : "refresh"
}
},
"discord":
{
"text" : "Discord",
"hoverText" : "Join the meatballs!",
"posX" : -100,
"posY" : 120,
"width" : 200,
"height" : 20,
"action": {
"type": "openLink",
"link": "https://discord.gg/wUNHjppppA"
}
}
},
"labels":
{
"mojang":
{
"text" : "Copyright Mojang AB. Do not distribute!",
"hoverText" : "nCopyright Mojang AB. Do not distribute!",
"posX" : -197,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_right",
"action" :
{
"type" : "openGui",
"gui" : "credits"
}
},
"soundtrack":
{
"text" : "Soundtrack:\n It's not over - Darren Curtis Music",
"hoverText" : "Soundtrack:\n AhAhAhAHAHH",
"posX" : -197,
"posY" : -30,
"color" : -1,
"alignment" : "bottom_right",
"action": {
"type": "openLink",
"link": "https://www.youtube.com/watch?v=KT4RibuTQ_8"
}
},
"fml":
{
"text" : "",
"posX" : 2,
"posY" : -45,
"color" : -1,
"alignment" : "bottom_left"
}
},
"other":
{
"splash-text":
{
"posX" : 150,
"posY" : 90,
"color" : -256,
"alignment" : "top_center",
"texts" : "file:menu:text.txt"
},
"background":
{
"image" : "",
"slideshow":
{
"images" : [
"menu:back2.png",
"menu:back3.png",
"menu:back33.png",
"menu:back5.png",
"menu:back6.png",
"menu:back8.png",
"menu:back9.png",
"menu:back10.png",
"menu:back12.png",
"menu:back13.png",
"menu:back15.png",
"menu:back34.png",
"menu:back17.png",
"menu:back19.png",
"menu:back20.png",
"menu:back21.png",
"menu:back24.png",
"menu:back25.png",
"menu:back35.png",
"menu:back32.png"],
"displayDuration" : 100,
"fadeDuration" : 40
}
}
}
}