{
    "images":
    {
        "title":
        {
            "image" : "uucraft:menu/minecraft.png",
            "posX" : -137,
            "posY" : 30,
            "width" : 512,
            "height" : 512,
            "alignment" : "top_center"
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "posX" : -45,
            "posY" : 48,
            "width" : 145,
            "height" : 20,
			"texture" : "uucraft:menu/baton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
        
        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "posX" : -45,
            "posY" : 72,
            "width" : 145,
            "height" : 20,
			"texture" : "uucraft:menu/baton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        
        "mods":
        {
            "text" : "menu.mods",
            "posX" : -45,
            "posY" : 96,
            "width" : 145,
            "height" : 20,
			"texture" : "uucraft:menu/baton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
            
        "options":
        {
            "text" : "menu.options",
            "posX" : -45,
            "posY" : 132,
            "width" : 70,
            "height" : 20,
			"texture" : "uucraft:menu/baton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        
        "quit":
        {
            "text" : "menu.quit",
            "posX" : 31,
            "posY" : 132,
            "width" : 70,
            "height" : 20,
			"texture" : "uucraft:menu/baton.png",
            "action" : 
            {
                "type" : "quit"
            }
        }
		
    },
    
    "texts":
    {
        "mojang":
        {
            "text" : "UU-CRAFT.RU",
            "posX" : -69,
            "posY" : -10,
            "color" : -1,
            "alignment" : "bottom_right"
        },
        
        "fml":
        {
            "text" : "",
            "posX" : 2,
            "posY" : -55,
            "color" : -1,
            "alignment" : "bottom_left"
        }
    },
    
    "other":
    {
	
		"splash-text":
        {
            "posX" : 90,
            "posY" : 70,
            "color" : -256,
            "alignment" : "top_center",
            "texts" : "file:minecraft:texts/splashes.txt"
        },

		"background":
        {
            "image" : "uucraft:menu/background.png",
            "mode" : "fill"
        }
    }
}