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"
}
}
}
@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@RafaelCryptycal
Copy link

How do i apply this plz i desperately need it!

@Possemaster
Copy link

Possemaster commented Jan 9, 2018

@suthekb
Copy link

suthekb commented Feb 11, 2020

I did one for the MC.Eternal Pack.

Note that as of right now only the release version of the Replay mod works with this modpack, not the beta version.

{
    "images":
    {
        "title":
        {
            "image" : "assets:eternal2.png",
            "posX" : -137,
            "posY" : 20,
            "width" : 275,
            "height" : 75,
            "alignment" : "top_center"
        },
        
        "edition":
        {
            "image" : "assets:bh1.png",
            "posX" : 2,
            "posY" : 2398,
            "width" : 50,
            "height" : 50,
            "alignment" : "top_left"
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "posX" : -100,
            "posY" : 20,
            "width" : 98,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "posX" : 2,
            "posY" : 20,
            "width" : 98,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        "mods":
        {
            "text" : "Mods",
            "posX" : 2,
            "posY" : 45,
            "width" : 98,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
        
        "options":
        {
            "text" : "menu.options",
            "posX" : -100,
            "posY" : 45,
            "width" : 98,
            "height" : 20,
            "action" :
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        "quit":
        {
            "text" : "menu.quit",
            "posX" : -100,
            "posY" : 140,
            "width" : 200,
            "height" : 20,
            "action" :
            {
                "type" : "quit"
            }
        },
      
	"replayviewer":
	{
	        "text" : "replaymod.gui.replayviewer",
        	"posX" : -100,
        	"posY" : 0,
        	"width" : 98,
        	"height" : 20,
		"alignment" : "center",
		"wrappedButton": 17890234
	},
	"replayeditor":
	{
	        "text" : "replaymod.gui.replayeditor",
        	"posX" : 2,
        	"posY" : 0,
        	"width" : 98,
        	"height" : 20,
		"alignment" : "center",
		"wrappedButton": 17890237
	},
	"replaycenter":
	{
	        "text" : "replaymod.gui.replaycenter",
        	"posX" : -100,
        	"posY" : 25,
        	"width" : 200,
        	"height" : 20,
		"alignment" : "center",
		"wrappedButton": 17890236
	},
        
        "language":
        {
            "text" : "",
            "posX" : -124,
            "posY" : 132,
            "width" : 20,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "languages"
            }
        },
        
        "refresh":
        {
            "text" : "",
            "posX" : -154,
            "posY" : 132,
            "width" : 20,
            "height" : 20,
            "texture" : "custommainmenu:textures/gui/buttons.png",
            "action" : 
            {
                "type" : "refresh"
            }
        }
    },
    
    "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" : -40,
            "color" : -1,
            "alignment" : "bottom_left"
        }
    },
    
    "other":
    {
        "splash-text":
        {
            "posX" : 80,
            "posY" : 110,
            "color" : -256,
            "alignment" : "top_left",
            "texts" : "file:assets:splashes.txt"
        },
        
        "panorama":
        {
            "images" : "assets:panorama_%c.png",
            "animate" : true,
            "animationSpeed" : 1,
            "blur" : true,
            "gradient" : true
        }
    }
}

@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