{
    "images":
    {
        "title":
        {
            "image" : "mainmenu:rlcraft_dregora_logo_full_01.png",
            "posX" : -200,
            "posY" : -35,
            "width" : 400,
            "height" : 200,
            "imageWidth" : 2000,
            "imageHeight" : 1000,
            "alignment" : "top_center"
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1 ,
            "posX" : -100,
            "posY" : 36,
            "width" : 200,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 125,
			"texture" : "mainmenu:buttons/buttonlong_overgrown_01.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
        
        "multiplayer":
        {
            "text" : "menu.multiplayer",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1,
            "posX" : -100,
            "posY" : 60,
            "width" : 200,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 125,
			"texture" : "mainmenu:buttons/buttonlong_overgrown_02.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        
        "mods":
        {
            "text" : "fml.menu.mods",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1,
            "posX" : -100,
            "posY" : 84,
            "width" : 200,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 125,
			"texture" : "mainmenu:buttons/buttonlong_overgrown_03.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
		
        "hosting":
        {
            "text" : "menu.hostyourserver",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1,
            "posX" : -100,
            "posY" : 108,
            "width" : 200,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 125,
			"texture" : "mainmenu:buttons/buttonlong_overgrown_04.png",
			"hoverText" : "menu.hostyourserver.hover",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://bisecthosting.com/shivaxi"
            }
        },
            
        "options":
        {
            "text" : "menu.options",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1,
            "posX" : -100,
            "posY" : 132,
            "width" : 98,
            "height" : 20,
            "imageWidth" : 500,
            "imageHeight" : 125,
			"texture" : "mainmenu:buttons/button_overgrown_01.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        
        "quit":
        {
            "text" : "menu.quit",
			"normalTextColor" : 9561599,
			"hoverTextColor" : -1,
            "posX" : 2,
            "posY" : 132,
            "width" : 98,
            "imageWidth" : 500,
            "imageHeight" : 125,
            "height" : 20,
			"texture" : "mainmenu:buttons/button_overgrown_02.png",
			"hoverText" : "menu.quit.hover",
            "action" : 
            {
                "type" : "quit"
            }
        }
    },
    
    "labels":
    {
        "mojang":
        {
            "text" : "Copyright Mojang AB. Do not distribute!",
            "hoverText" : "�nCopyright Mojang AB. Do not distribute!",
            "posX" : 5,
            "posY" : 5,
            "color" : 9561599,
            "alignment" : "top_left",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "credits"
            }
        },
		
        "wiki":
        {
            "text" : "RLCraft Wiki",
            "hoverText" : "�nRLCraft Wiki",
            "posX" : 5,
            "posY" : 16,
            "color" : 9561599,
            "alignment" : "top_left",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://rlcraft.fandom.com/wiki/RLCraft_Wiki"
            }
        },
		
        "reddit":
        {
            "text" : "RLCraft Reddit",
            "hoverText" : "�nRLCraft Reddit",
            "posX" : 5,
            "posY" : 27,
            "color" : 9561599,
            "alignment" : "top_left",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://www.reddit.com/r/RLCraft"
            }
        },
		
		"discord":
        {
            "text" : "Shivaxi's Discord",
            "hoverText" : "�nShivaxi's Discord",
            "posX" : 5,
            "posY" : 49,
            "color" : 9561599,
            "alignment" : "top_left",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://discord.gg/QURkzuQ"
            }
        },
		
		"discord 2":
        {
            "text" : "RLCraft Speedrun",
            "hoverText" : "�nRLCraft Speedrun",
            "posX" : 5,
            "posY" : 38,
            "color" : 9561599,
            "alignment" : "top_left",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://speedrun.com/RLCraft"
            }
        },
        
        "mods_loaded":{
           "text":"#modsloaded# Mods Loaded",
           "posX":55,
           "posY":-28,
		   "color" : 9561599,
           "width":90,
           "height":0,
           "alignment":"bottom_left"
        },
		"rl_craft":{
			"text":"RLCraft Dregora v1.0.0",
			"posX":55,
			"posY":-38,
			"color" : 9561599,
			"width":90,
			"height":0,
			"alignment":"bottom_left"
		},
        "clock":{
           "text":"#time# #date#",
           "posX":-110,
           "posY":-33,
		   "color" : 9561599,
           "width":90,
           "height":0,
           "alignment":"bottom_right"
        }
    },
    
    "other": {
		"background": {
			"image": "",
			"slideshow": {
				"images": [
					"mainmenu:images/0.jpg",
					"mainmenu:images/1 new.jpg",
					"mainmenu:images/1.jpg",
					"mainmenu:images/2 new.jpg",
					"mainmenu:images/2.jpg",
					"mainmenu:images/3.jpg",
					"mainmenu:images/4 new.jpg",
					"mainmenu:images/4.jpg",
					"mainmenu:images/5.jpg",
					"mainmenu:images/6 new.jpg",
					"mainmenu:images/6 newer.jpg",
					"mainmenu:images/6.jpg",
					"mainmenu:images/7 new.jpg",
					"mainmenu:images/7.jpg",
					"mainmenu:images/8.jpg",
					"mainmenu:images/9.jpg",
					"mainmenu:images/10 new.jpg",
					"mainmenu:images/10 newer.jpg",
					"mainmenu:images/10.jpg",
					"mainmenu:images/11.jpg",
					"mainmenu:images/12.jpg",
					"mainmenu:images/13.jpg",
					"mainmenu:images/14.jpg"
				],
				"displayDuration": 50,
				"fadeDuration": 100,
				"mode":"fill"
			}
		}
    }
}