Files
meatballcraft/config/CustomMainMenu/mainmenu.json
T
PietroSainaghi ac93e323d2 Pre-Patch
2023-01-20 14:31:42 -08:00

221 lines
5.4 KiB
JSON

{
"images":
{
"title":
{
"image" : "menu:titlesubt.png",
"posX" : -180,
"posY" : 25,
"width" : 355,
"height" : 57,
"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"
}
},
"fml":
{
"text" : "",
"posX" : 2,
"posY" : -45,
"color" : -1,
"alignment" : "bottom_left"
}
},
"other":
{
"splash-text":
{
"posX" : 150,
"posY" : 85,
"color" : -256,
"alignment" : "top_center",
"texts" : "file:menu:text.txt"
},
"background":
{
"image" : "",
"slideshow":
{
"images" : ["menu:back1.png",
"menu:back2.png",
"menu:back3.png",
"menu:back4.png",
"menu:back5.png",
"menu:back6.png",
"menu:back7.png",
"menu:back8.png",
"menu:back9.png",
"menu:back10.png",
"menu:back11.png",
"menu:back12.png",
"menu:back13.png",
"menu:back14.png",
"menu:back15.png",
"menu:back16.png",
"menu:back17.png",
"menu:back18.png",
"menu:back19.png",
"menu:back20.png",
"menu:back21.png",
"menu:back22.png",
"menu:back23.png",
"menu:back24.png",
"menu:back25.png"],
"displayDuration" : 100,
"fadeDuration" : 40
}
}
}
}