modded7/tools/templates/mainmenu.json

151 lines
3.5 KiB
JSON
Raw Normal View History

{
"images": {
"title": {
"image": "minecraft:textures/gui/title/top.png",
"posX": -150,
"posY": 4,
"width": 300,
"height": 79,
"alignment": "top_center"
}
},
"buttons": {
"singleplayer": {
"text": "menu.singleplayer",
"posX": 4,
"posY": -46,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openGui",
"gui": "singleplayer"
}
},
"multiplayer": {
"text": "menu.multiplayer",
"posX": 125,
"posY": -46,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openGui",
"gui": "multiplayer"
}
},
"mods": {
"text": "fml.menu.mods",
"posX": 4,
"posY": -22,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openGui",
"gui": "mods"
}
},
"options": {
"text": "menu.options",
"posX": 125,
"posY": -22,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openGui",
"gui": "options"
}
},
"quit": {
"text": "menu.quit",
"posX": 4,
"posY": 74,
"width": 240,
"height": 20,
"alignment": "left_center",
"action": {
"type": "quit"
}
},
"update": {
"text": "Update Changes",
"posX": 125,
"posY": 26,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openLink",
"link": "https://github.com/Nomi-CEu/Nomi-CEu/releases/tag/{{{version}}}"
}
},
"discord": {
"text": "Join Us On Discord!",
"posX": 4,
"posY": 26,
"width": 120,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openLink",
"link": "https://discord.gg/zwQzqP8b6q"
}
},
"akliz": {
"text": "Rent Your Own Nomifactory Server!",
"posX": 4,
"posY": 50,
"width": 240,
"height": 20,
"alignment": "left_center",
"action": {
"type": "openLink",
"link": "https://www.akliz.net/nomifactory"
}
}
},
"labels": {
"mojang": {
"text": "Copyright Mojang AB. Do not distribute!",
"posX": -197,
"posY": -10,
"color": -1,
"alignment": "bottom_right"
}
},
"other": {
"background": {
"image": "",
"slideshow": {
"displayDuration": 100,
"fadeDuration": 40,
"shuffle": true,
"images": [
"minecraft:textures/gui/title/background/besoiobiy_1.jpg",
"minecraft:textures/gui/title/background/besoiobiy_2.jpg",
"minecraft:textures/gui/title/background/cactus_cool.jpg",
"minecraft:textures/gui/title/background/cobracreeper1.jpg",
"minecraft:textures/gui/title/background/darkarkangel.jpg",
"minecraft:textures/gui/title/background/ely_1.jpg",
"minecraft:textures/gui/title/background/ely_2.jpg",
"minecraft:textures/gui/title/background/ely_3.jpg",
"minecraft:textures/gui/title/background/emiuna.jpg",
"minecraft:textures/gui/title/background/extracoolcat_1.jpg",
"minecraft:textures/gui/title/background/extracoolcat_2.jpg",
"minecraft:textures/gui/title/background/extracoolcat_3.jpg",
"minecraft:textures/gui/title/background/extracoolcat_4.jpg",
"minecraft:textures/gui/title/background/gaboggamer.jpg",
"minecraft:textures/gui/title/background/itstheguywhoasked.jpg",
"minecraft:textures/gui/title/background/lyeo.jpg",
"minecraft:textures/gui/title/background/pgs_1.jpg",
"minecraft:textures/gui/title/background/pgs_2.jpg",
"minecraft:textures/gui/title/background/qr_est.jpg",
"minecraft:textures/gui/title/background/supasem.jpg"
]
}
}
}
}