Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
29,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "custommainmenu:textures/gui/minecraft.png",
  7. "posX" : 170,
  8. "posY" : -22,
  9. "width" : 512,
  10. "height" : 512,
  11. "alignment" : "left_center"
  12. },
  13.  
  14. "black":
  15. {
  16. "image" : "textures:menu/blacktransparent.png",
  17. "posX" : 50,
  18. "posY" : 0,
  19. "width" : 100,
  20. "height" : 2000,
  21. "alignment" : "top_left"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : 55,
  31. "posY" : -35,
  32. "width" : 90,
  33. "height" : 20,
  34. "alignment" : "left_center"
  35. },
  36.  
  37. "multiplayer":
  38. {
  39. "text" : "menu.multiplayer",
  40. "posX" : 55,
  41. "posY" : -10,
  42. "width" : 90,
  43. "height" : 20,
  44. "alignment" : "left_center"
  45. },
  46.  
  47. "mods":
  48. {
  49. "text" : "fml.menu.mods",
  50. "posX" : 55,
  51. "posY" : 15,
  52. "width" : 90,
  53. "height" : 20,
  54. "alignment" : "left_center"
  55. },
  56.  
  57. "options":
  58. {
  59. "text" : "",
  60. "posX" : 53,
  61. "posY" : -25,
  62. "width" : 20,
  63. "height" : 20,
  64. "imageWidth" : 40,
  65. "imageHeight" : 40,
  66. "alignment" : "bottom_left",
  67. "texture" : "textures:menu/settings.png"
  68. },
  69.  
  70. "quit":
  71. {
  72. "text" : "",
  73. "posX" : 128,
  74. "posY" : -25,
  75. "width" : 20,
  76. "height" : 20,
  77. "imageWidth" : 300,
  78. "imageHeight" : 300,
  79. "alignment" : "bottom_left",
  80. "texture" : "textures:menu/quit.png"
  81. },
  82.  
  83. "language":
  84. {
  85. "text" : "",
  86. "posX" : 78,
  87. "posY" : -25,
  88. "width" : 20,
  89. "height" : 20,
  90. "alignment" : "bottom_left"
  91. },
  92.  
  93. "refresh":
  94. {
  95. "text" : "",
  96. "posX" : 103,
  97. "posY" : -25,
  98. "width" : 20,
  99. "height" : 20,
  100. "alignment" : "bottom_left"
  101. }
  102. },
  103.  
  104. "texts":
  105. {
  106.  
  107. },
  108.  
  109. "other":
  110. {
  111. "panorama":
  112. {
  113. "images" : "minecraft:textures/gui/title/background/panorama_%c.png",
  114. "blur" : true,
  115. "gradient" : false
  116. }
  117. }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement