Skip to content

Instantly share code, notes, and snippets.

@Johni0702
Last active November 23, 2022 11:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Johni0702/3f3fab81dbf7ada83d045d9fe8f345aa to your computer and use it in GitHub Desktop.
Save Johni0702/3f3fab81dbf7ada83d045d9fe8f345aa to your computer and use it in GitHub Desktop.

Even if the modpack you want to play is not listed here, these configs can serve as an example for how to modify the one in your modpack.
Feel free to add to this list by posting your config on the Forum.

{
"images":
{
"modpack":
{
"image" : "mainmenu:modpack.png",
"posX" : -127,
"posY" : -245,
"width" : 250,
"height" : 150,
"alignment" : "center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : -90,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : 2,
"posY" : -90,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "Mods",
"posX" : 2,
"posY" : -65,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"FTB Site":
{
"text" : "",
"posX" : 105,
"posY" : -65,
"width" : 20,
"height" : 20,
"alignment" : "center",
"tooltip": "FTB Site",
"texture" : "mainmenu:web.png",
"imageWidth": "40",
"imageHeight": "40",
"action" :
{
"type" : "openLink",
"link" : "http://www.feed-the-beast.com/"
}
},
"pack support":
{
"text" : "Modpack Support",
"posX" : -100,
"posY" : -15,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://support.feed-the-beast.com/"
}
},
"changelog":
{
"text" : "Changelogs",
"posX" : 2,
"posY" : -40,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://www.feed-the-beast.com/projects/ftb-presents-hermitpack/files"
}
},
"Forums":
{
"text" : "Forums",
"posX" : -100,
"posY" : -40,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://forum.feed-the-beast.com/forum/"
}
},
"server downloads":
{
"text" : "Server Download",
"posX" : 2,
"posY" : -15,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://www.minecraftforge.net/forum/"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : -65,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : -100,
"posY" : 35,
"width" : 200,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:longbutton.png",
"action" :
{
"type" : "quit"
}
},
"language":
{
"text" : "",
"posX" : 105,
"posY" : -90,
"width" : 20,
"height" : 20,
"tooltip": "Language",
"alignment" : "center",
"imageWidth": "40",
"imageHeight": "40",
"texture" : "mainmenu:lang.png",
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"replayviewer":
{
"text" : "replaymod.gui.replayviewer",
"posX" : -100,
"posY" : 10,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"wrappedButton": 17890234
},
"replaycenter":
{
"text" : "replaymod.gui.replaycenter",
"posX" : 2,
"posY" : 10,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"wrappedButton": 17890236
},
"refresh":
{
"text" : "",
"posX" : -20,
"posY" : 0,
"width" : 20,
"height" : 20,
"alignment" : "top_right",
"texture" : "mainmenu:refresh.png",
"action" :
{
"type" : "refresh"
}
}
},
"texts":
{
"mojang":
{
"text" : "Copyright Mojang AB",
"posX" : -65,
"posY" : 2,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_right"
},
"minecraft":{
"text" : "Minecraft 1.10.2",
"posX" : -50,
"posY" : 8,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_right"
},
"modsloaded":{
"text" : "#modsloaded# Mods Loaded",
"posX" : 3,
"posY" : 14,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"forge":{
"text" : "Forge #forgeversion#",
"posX" : 3,
"posY" : 8,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"modpack":{
"text" : "FTB Presents Hermitpack",
"posX" : 3,
"posY" : 2,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"newsLine1":{
"text" : "",
"posX" : -140,
"posY" : 100,
"fontSize" : 1,
"color" : 13048410,
"hoverColor" : 13048410,
"alignment" : "top_center"
},
"newsLine2":{
"text" : "",
"posX" : -120,
"posY" : 110,
"fontSize" : 1,
"color" : 13048410,
"hoverColor" : 13048410,
"alignment" : "top_center"
},
"newsLine3":{
"text" : "",
"posX" : -140,
"posY" : 33,
"fontSize" : .8,
"color" : -1,
"hoverColor" : 13158400,
"alignment" : "top_right"
}
},
"other":
{
"background":
{
"image" : "mainmenu:background.png",
"mode" : "fill"
}
}
}
{
"images":
{
"modpack":
{
"image" : "mainmenu:modpack.png",
"posX" : -125,
"posY" : -155,
"width" : 271,
"height" : 280,
"alignment" : "center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : -50,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : 2,
"posY" : -50,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"replayviewer":
{
"text" : "replaymod.gui.replayviewer",
"posX" : -100,
"posY" : -25,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"wrappedButton": 17890234
},
"replayeditor":
{
"text" : "replaymod.gui.replayeditor",
"posX" : 2,
"posY" : -25,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"wrappedButton": 17890237
},
"replaycenter":
{
"text" : "replaymod.gui.replaycenter",
"posX" : -100,
"posY" : 0,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"wrappedButton": 17890236
},
"mods":
{
"text" : "Mods",
"posX" : 2,
"posY" : 0,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"Forums":
{
"text" : "Forums",
"posX" : 2,
"posY" : 25,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://forum.feed-the-beast.com/forum/"
}
},
"FTB Site":
{
"text" : "",
"posX" : 105,
"posY" : 25,
"width" : 20,
"height" : 20,
"alignment" : "center",
"tooltip": "FTB Site",
"texture" : "mainmenu:web.png",
"imageWidth": "40",
"imageHeight": "40",
"action" :
{
"type" : "openLink",
"link" : "http://www.feed-the-beast.com/"
}
},
"support":
{
"text" : "Support",
"posX" : -100,
"posY" : 25,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "http://support.feed-the-beast.com/"
}
},
"changelog":
{
"text" : "Changelogs",
"posX" : 2,
"posY" : 50,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openLink",
"link" : "https://www.feed-the-beast.com/projects/ftb-presents-skyfactory-3/files"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : 50,
"width" : 98,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shortbutton.png",
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : -100,
"posY" : 75,
"width" : 200,
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:longbutton.png",
"action" :
{
"type" : "quit"
}
},
"shop":
{
"text" : "",
"posX" : 105,
"posY" : 50,
"tooltip": "FTB Shop",
"width" : 20,
"imageWidth": "40",
"imageHeight": "40",
"height" : 20,
"alignment" : "center",
"texture" : "mainmenu:shop.png",
"action" :
{
"type" : "openLink",
"link" : "http://society6.com/feedthebeast"
}
},
"language":
{
"text" : "",
"posX" : 105,
"posY" : 0,
"width" : 20,
"height" : 20,
"tooltip": "Language",
"alignment" : "center",
"imageWidth": "40",
"imageHeight": "40",
"texture" : "mainmenu:lang.png",
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"refresh":
{
"text" : "",
"posX" : -20,
"posY" : 0,
"width" : 20,
"height" : 20,
"alignment" : "top_right",
"texture" : "mainmenu:refresh.png",
"action" :
{
"type" : "refresh"
}
}
},
"texts":
{
"mojang":
{
"text" : "Copyright Mojang AB",
"posX" : -65,
"posY" : -13,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "bottom_right"
},
"forge":{
"text" : "Minecraft #mcversion#",
"posX" : 3,
"posY" : -19,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "bottom_left"
},
"modsloaded":{
"text" : "#modsloaded# Mods Loaded",
"posX" : 3,
"posY" : -13,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "bottom_left"
},
"modpack":{
"text" : "",
"posX" : 3,
"posY" : -33,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "bottom_left"
},
"modpack2":{
"text" : "SkyFactory 3 v3.0.4",
"posX" : 3,
"posY" : -27,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "bottom_left"
},
"newsLine1":{
"text" : "",
"posX" : -100,
"posY" : 15,
"fontSize" : 2.5,
"color" : 16711680,
"hoverColor" : 16711680,
"alignment" : "top_center"
},
"newsLine2":{
"text" : "",
"posX" : -100,
"posY" : 40,
"fontSize" : 2.5,
"color" : 16711680,
"hoverColor" : 16711680,
"alignment" : "top_center"
},
"newsLine3":{
"text" : "",
"posX" : -140,
"posY" : 33,
"fontSize" : .8,
"color" : 16711680,
"hoverColor" : 16711680,
"alignment" : "top_right"
}
},
"other":
{
"background":
{
"image" : "mainmenu:background.png",
"mode" : "fill"
}
}
}
@Gekkenman
Copy link

Gekkenman commented Nov 21, 2022

Added one for Sevtech Ages
Screenshot_1
png for button:
Replaymod_icon

{
    "images":
    {
        "title":
        {
            "image" : "test:textures/gui/title/background/alpha.png",
            "posX" : -137,
            "posY" : 30,
            "width" : 512,
            "height" : 512,
            "alignment" : "top_center"
        }
    },

    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "texture" : "test:textures/gui/title/background/longbutton.png",
            "posX" : -100,
            "posY" : 25,
            "width" : 200,
            "height" : 20,
            "alignment" : "center",
            "action" :
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },

        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "texture" : "test:textures/gui/title/background/longbutton.png",
            "posX" : -100,
            "posY" : 48,
            "width" : 200,
            "height" : 20,
            "alignment" : "center",
            "action" :
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },

        "mods":
        {
            "text" : "fml.menu.mods",
            "texture" : "test:textures/gui/title/background/longbutton.png",
            "posX" : -100,
            "posY" : 71,
            "width" : 200,
            "height" : 20,
            "alignment" : "center",
            "action" :
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },

        "options":
        {
            "text" : "menu.options",
            "texture" : "test:textures/gui/title/background/shortbutton.png",
            "posX" : -100,
            "posY" : 94,
            "width" : 98,
            "height" : 20,
            "alignment" : "center",
            "action" :
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },

        "quit":
        {
            "text" : "menu.quit",
            "texture" : "test:textures/gui/title/background/shortbutton.png",
            "posX" : 2,
            "posY" : 94,
            "width" : 98,
            "height" : 20,
            "alignment" : "center",
            "action" :
            {
                "type" : "quit"
            }
        },

        "replaymod":
        {
            "text" : " ",
            "texture" : "test:textures/gui/title/background/replaymodicon.png",
            "posX" : -124,
            "posY" : 71,
            "width" : 20,
            "height" : 20,
            "alignment" : "center",
            "imageWidth": "40",
            "imageHeight": "40",
            "wrappedButton": 17890234
        },

        "language":
        {
            "text" : " ",
            "texture" : "test:textures/gui/title/background/lang.png",
            "posX" : -124,
            "posY" : 94,
            "width" : 20,
            "height" : 20,
            "alignment" : "center",
            "imageWidth": "40",
            "imageHeight": "40",
            "action" :
            {
                "type" : "openGui",
                "gui" : "languages"
            }
        }
    },

    "labels":
    {
        "mojang":
        {
            "text" : "Copyright Mojang AB. Do not distribute!",
            "posX" : -197,
            "posY" : -10,
            "color" : -1,
            "alignment" : "bottom_right"
        },

        "fml":
        {
            "text" : "",
            "posX" : 2,
            "posY" : -40,
            "color" : -1,
            "alignment" : "bottom_left"
        }
    },

    "other":
    {
        "background":
        {
            "image" : "test:textures/gui/title/background/background.png",
            "mode" : "stretch"
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment