{
  "images": {
    "logo": {
      "image": "modpack:textures/logo.png",
      "posX": -100,
      "posY": 20,
      "width": 168,
      "height": 168,
      "alignment": "top_center"
    }
  },

  "buttons": {
    "jogar": {
      "text": "",
      "texture": "modpack:textures/jogar.png",
      "posX": -100,
      "posY": 250,
      "width": 180,
      "height": 160,             
      "alignment": "top_center",
      "imageWidth": 1500,       
      "imageHeight": 1500,
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:naruto-kun",      

      "action": {
        "type": "connectToServer",
        "ip": "jogar.altversenetwork.net"
      }
    },

    "loja": {
      "text": "",
      "texture": "modpack:textures/loja.png",
      "alignment": "top_center",
      "posX": -340,
      "posY": 300,
      "width": 180,
      "height": 160,
      "imageWidth": 1500,       
      "imageHeight": 1500,
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:bunshin_die",


      "action": {
        "type": "openLink",
        "link": "https://altversenetwork.net/"
      }

    },

    "discord": {
      "text": "",
      "texture": "modpack:textures/DiscordAltverse.png",
      "posX": 140,
      "posY": 300,
      "width": 180,
      "height": 160,
      "alignment": "top_center",
      "imageWidth": 1500,
      "imageHeight": 1500,
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:bunshin_die",

      "action": {
        "type": "openLink",
        "link": "https://discord.gg/3jr22gSF2S"
      }
    },

    "options": {
      "text": "",
      "texture": "modpack:textures/options.png",
      "posX": 350,
      "posY": 10,
      "width": 40,
      "height": 40,
      "imageWidth": 1500,
      "imageHeight": 1500,
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:bunshin_die",
      "alignment": "top_center",
      "action": {
        "type": "openGui",
        "gui": "options"
      }
    },

    "quit": {
      "text": "",
      "texture": "modpack:textures/quit.png",
      "posX": 400,
      "posY": 10,
      "width": 40,
      "height": 40,
      "imageWidth": 512,
      "imageHeight": 512,
      "alignment": "top_center",
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:bunshin_die",
      "action": {
        "type": "quit"
      }
    },

    "singleplayer": {
      "text": "",
      "texture": "modpack:textures/single.png",
      "posX": 300,
      "posY": 15,
      "width": 40,
      "height": 40,
      "imageWidth": 100,
      "imageHeight": 100,
      "alignment": "top_center",
      "hoverSound": "modpack:hover",
      "pressSound": "modpack:bunshin_die",
      "action": {
        "type": "openGui",
        "gui": "singleplayer"
      }
    },

    "refresh": {
      "text": "",
      "texture": "modpack:textures/refresh.png",
      "posX": -110,
      "posY": 430,
      "width": 40,
      "height": 40,
      "imageWidth": 512,
      "imageHeight": 512,
      "alignment": "top_right",
      "action": {
        "type": "refresh"
      }
    }
  },

  "texts": {
    "mojang": {
      "text": "Copyright Mojang AB. Do not distribute!",
      "posX": -197,
      "posY": -10,
      "color": -1,
      "alignment": "bottom_right"
    },

    "fml": {
      "text": "",
      "posX": 2,
      "posY": -50,
      "color": -1,
      "alignment": "bottom_left"
    }
  },

  "other": {
    "background": {
      "image": "modpack:textures/wallpaper.png",
      "mode": "fill"
    }
  }
}
