Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.28 KB | None | 0 0
  1. {
  2.     "images":
  3.     {
  4.         "title":
  5.         {
  6.             "image" : "custommainmenu:textures/gui/minecraft.png",
  7.             "posX" : -80,
  8.             "posY" : 30,
  9.             "width" : 292,
  10.             "height" : 250,
  11.             "alignment" : "top_center"
  12.         },
  13.        
  14.         "edition":
  15.         {
  16.             "image" : "custommainmenu:textures/gui/edition.png",
  17.             "posX" : -65,
  18.             "posY" : 67,
  19.             "width" : 128,
  20.             "height" : 30,
  21.             "alignment" : "top_center"
  22.         }
  23.     },
  24.    
  25.     "buttons":
  26.     {
  27.         "singleplayer":
  28.         {
  29.             "text": "",
  30.             "texture" : "custommainmenu:textures/gui/singleplayer.png",
  31.             "posX" : -100,
  32.             "posY" : 48,
  33.             "width" : 90,
  34.             "height" : 29,
  35.             "action" :
  36.             {
  37.                 "type" : "openGui",
  38.                 "gui" : "singleplayer"
  39.             }
  40.         },
  41.        
  42.         "multiplayer":
  43.         {
  44.             "text": "",
  45.             "texture" : "custommainmenu:textures/gui/multiplayer.png",
  46.             "posX" : 0,
  47.             "posY" : 48,
  48.             "width" : 90,
  49.             "height" : 28,
  50.             "action" :
  51.             {
  52.                 "type" : "openGui",
  53.                 "gui" : "multiplayer"
  54.             }
  55.         },
  56.        
  57.         "mods":
  58.         {
  59.             "text": "",
  60.             "texture" : "custommainmenu:textures/gui/mods.png",
  61.             "posX" : 7,
  62.             "posY" : 80,
  63.             "width" : 80,
  64.             "height" : 27,
  65.             "action" :
  66.             {
  67.                 "type" : "openGui",
  68.                 "gui" : "mods"
  69.             }
  70.         },
  71.            
  72.         "options":
  73.         {            
  74.             "texture" : "custommainmenu:textures/gui/options.png",
  75.             "text" : "",
  76.             "posX" : -80,
  77.             "posY" : 80,
  78.             "width" : 49,
  79.             "height" : 31,
  80.             "action" :
  81.             {
  82.                 "type" : "openGui",
  83.                 "gui" : "options"
  84.             }
  85.         },
  86.        
  87.         "quit":
  88.         {
  89.             "text" : "",            
  90.             "texture" : "custommainmenu:textures/gui/quit.png",
  91.             "posX" : -50,
  92.             "posY" : 110,
  93.             "width" : 89,
  94.             "height" : 30,
  95.             "action" :
  96.             {
  97.                 "type" : "quit"
  98.             }
  99.         },
  100.        
  101.         "language":
  102.         {
  103.             "text" : "",
  104.             "posX" : -124,
  105.             "posY" : 132,
  106.             "width" : 20,
  107.             "height" : 20,
  108.             "action" :
  109.             {
  110.                 "type" : "openGui",
  111.                 "gui" : "languages"
  112.             }
  113.         },
  114.        
  115.         "refresh":
  116.         {
  117.             "text" : "",
  118.             "posX" : -148,
  119.             "posY" : 132,
  120.             "width" : 20,
  121.             "height" : 20,
  122.             "texture" : "custommainmenu:textures/gui/buttons.png",
  123.             "action" :
  124.             {
  125.                 "type" : "refresh"
  126.             }
  127.         }
  128.     },
  129.    
  130.     "labels":
  131.     {
  132.         "mojang":
  133.         {
  134.             "text" : "Copyright Mojang AB. Do not distribute!",
  135.             // "hoverText" : "Copyright Mojang AB. Do not distribute!",
  136.             "posX" : 0,
  137.             "posY" : -10,
  138.             "color" : -1,
  139.             "alignment" : "bottom_left",
  140.             "action" :
  141.             {
  142.                 "type" : "openGui",
  143.                 "gui" : "credits"
  144.             }
  145.         }
  146.        
  147.         // "fml":
  148.         // {
  149.         //     "text" : "",
  150.         //     "posX" : 2,
  151.         //     "posY" : -40,
  152.         //     "color" : -1,
  153.         //     "alignment" : "bottom_left"
  154.         // }
  155.     },
  156.    
  157.     "other":
  158.     {
  159.         "splash-text":
  160.         {
  161.             "posX" : 90,
  162.             "posY" : 70,
  163.             "color" : -255,
  164.             // , "texts": "Have fun!\u73a9\u7684\u5f00\u5fc3!"
  165.             "alignment" : "top_center",
  166.             "texts" : "file:minecraft:texts/splashes.txt"
  167.         },
  168.        
  169.         "panorama":
  170.         {
  171.             "images" : "custommainmenu:textures/panorama_1.png",
  172.             "animate": true,
  173.             "animationSpeed": 1,
  174.             "blur": false,
  175.             "gradient": true
  176.         }
  177.     }
  178. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement