{
    "images":
    {
        "title":
        {
            "image" : "custommainmenu:textures/gui/minecraft.png",
            "posX" : -137,
            "posY" : 30,
            "width" : 512,
            "height" : 512,
            "alignment" : "top_center"
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "posX" : -100,
            "posY" : 48,
            "width" : 200,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
		
		"fridtjof":
        {
            "text" : "§bFridtjof's Server",
            "posX" : -100,
            "posY" : 72,
            "width" : 98,
            "height" : 20,
            "action" :
            {
                "type" : "connectToServer",
                "ip" : "play.fridtjof.me:25565"
            }
        },
        
        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "posX" : 2,
            "posY" : 72,
            "width" : 98,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        
        "mods":
        {
            "text" : "Mods",
            "posX" : 2,
            "posY" : 109,
            "width" : 98,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
            
        "options":
        {
            "text" : "menu.options",
            "posX" : -100,
            "posY" : 109,
            "width" : 98,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        
        "quit":
        {
            "text" : "menu.quit",
            "posX" : -76,
            "posY" : 132,
            "width" : 152,
            "height" : 20,
            "action" : 
            {
                "type" : "quit"
            }
        },
        
        "language":
        {
            "text" : "",
            "posX" : -100,
            "posY" : 132,
            "width" : 20,
            "height" : 20,
            "action" : 
            {
                "type" : "openGui",
                "gui" : "languages"
            }
        },
        
        "refresh":
        {
            "text" : "",
            "posX" : 80,
            "posY" : 132,
            "width" : 20,
            "height" : 20,
            "texture" : "custommainmenu:textures/gui/buttons.png",
            "action" : 
            {
                "type" : "refresh"
            }
        }
    },
    
    "texts":
    {
        "mojang":
        {
            "text" : "Copyright Mojang AB. Do not distribute!",
            "posX" : -143,
            "posY" : -9,
            "color" : -1,
            "alignment" : "bottom_right"
        },
        
        "fml":
        {
            "text" : "",
            "posX" : 2,
            "posY" : -54,
            "color" : -1,
            "alignment" : "bottom_left"
        },
		
		"modpack":
        {
            "text" : "§b§lTechnik 2025 Modpack",
            "posX" : 2,
            "posY" : -63,
            "color" : -1,
            "alignment" : "bottom_left"
        }
    },
    
    "other":
    {
        "splash-text":
        {
            "posX" : 90,
            "posY" : 70,
            "color" : -256,
            "alignment" : "top_center",
            "texts" : "file:custommainmenu:texts/splashes.txt"
        },
        
        "background":
		{
			"image" : "",
			"slideshow":
			{
				"images" : ["custommainmenu:textures/background/1.png","custommainmenu:textures/background/5.png","custommainmenu:textures/background/3.png","custommainmenu:textures/background/2.png","custommainmenu:textures/background/4.png","custommainmenu:textures/background/6.png"],
				"displayDuration" : 100,
				"fadeDuration" : 40
			}
        }
    }
}