Files
meatballcraft/config/CustomMainMenu/mainmenu.json
T
sainagh 3533ad27ec 0.18.6
2026-07-10 16:26:02 -05:00

243 lines
6.1 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"
}
},
"performance":
{
"text" : "Improve Performance",
"hoverText" : "Faster load times!",
"posX" : -100,
"posY" : 192,
"width" : 200,
"height" : 20,
"action" :
{
"type": "openLink",
"link": "https://github.com/sainagh/meatballcraft/wiki/%5B0.18.6%5D-Improving-Performance"
}
},
"quit":
{
"text" : "menu.quit",
"hoverText" : "See ya!",
"posX" : 2,
"posY" : 144,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "quit"
}
},
"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:back36.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",
"menu:back37.png",
"menu:back38.png",
"menu:back39.png",
"menu:back40.png",
"menu:back41.png",
"menu:back42.png",
"menu:back43.png",
"menu:back44.png"],
"displayDuration" : 100,
"shuffle": true,
"fadeDuration" : 40
}
}
}
}