Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "images":
- {
- "title":
- {
- "image" : "ec:logodropshadow.png",
- "posX" : -137,
- "posY" : 30,
- "width" : 256,
- "height" : 256,
- "alignment" : "top_center"
- },
- "name":
- {
- "image" : "ec:packname1.png",
- "posX" : -68,
- "posY" : 67,
- "width" : 128,
- "height" : 16,
- "alignment" : "top_center"
- }
- },
- "buttons":
- {
- "singleplayer":
- {
- "text" : "menu.singleplayer",
- "posX" : -100,
- "posY" : 48,
- "width" : 200,
- "height" : 20,
- "texture" : "ec:button.png",
- "action" :
- {
- "type" : "openGui",
- "gui" : "singleplayer"
- }
- },
- "multiplayer":
- {
- "text" : "menu.multiplayer",
- "posX" : -100,
- "posY" : 72,
- "width" : 200,
- "height" : 20,
- "texture" : "ec:button.png",
- "action" :
- {
- "type" : "openGui",
- "gui" : "multiplayer"
- }
- },
- "mods":
- {
- "text" : "fml.menu.mods",
- "posX" : -100,
- "posY" : 96,
- "width" : 200,
- "height" : 20,
- "texture" : "ec:button.png",
- "action" :
- {
- "type" : "openGui",
- "gui" : "mods"
- }
- },
- "options":
- {
- "text" : "menu.options",
- "posX" : -100,
- "posY" : 132,
- "width" : 98,
- "height" : 20,
- "texture" : "ec:button.png",
- "action" :
- {
- "type" : "openGui",
- "gui" : "options"
- }
- },
- "quit":
- {
- "text" : "menu.quit",
- "posX" : 2,
- "posY" : 132,
- "width" : 98,
- "height" : 20,
- "texture" : "ec:button.png",
- "action" :
- {
- "type" : "quit"
- }
- },
- "language":
- {
- "text" : "",
- "posX" : -124,
- "posY" : 132,
- "width" : 20,
- "height" : 20,
- "texture" : "ec:langbutton.png",
- "action" :
- {
- "type" : "openGui",
- "gui" : "languages"
- }
- },
- "discord":
- {
- "text" : "",
- "tooltip" : "Join our Discord!",
- "posX" : -30,
- "posY" : 165,
- "width" : 25,
- "height" : 25,
- "texture" : "ec:discord.png",
- "imageWidth" : 245,
- "imageHeight" : 240,
- "action" :
- {
- "type": "openLink",
- "link" : "[redacted]"
- }
- },
- "paypal":
- {
- "text" : "",
- "tooltip" : "Support the modpack",
- "posX" : 0,
- "posY" : 168,
- "width" : 20,
- "height" : 20,
- "texture" : "ec:paypal.png",
- "imageWidth" : 102,
- "imageHeight" : 120,
- "action" :
- {
- "type": "openLink",
- "link" : "[redacted]"
- }
- }
- },
- "other":
- {
- "panorama":
- {
- "images" : "ec:pan/panorama_%c.png",
- "animate" : true,
- "animationSpeed" : 1,
- "blur" : false,
- "gradient" : true
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment