Advertisement
Guest User

Glass Menu

a guest
May 5th, 2016
20,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "custommainmenu:textures/gui/minecraft.png",
  7. "posX" : -137,
  8. "posY" : 30,
  9. "width" : 512,
  10. "height" : 512,
  11. "alignment" : "top_center"
  12. }
  13. },
  14.  
  15. "buttons":
  16. {
  17. "singleplayer":
  18. {
  19. "text" : "menu.singleplayer",
  20. "posX" : 0,
  21. "posY" : 0,
  22. "width" : 201,
  23. "height" : 20,
  24. "texture" : "menu:button.png",
  25. "alignment" : "left_center",
  26. "action" :
  27. {
  28. "type" : "openGui",
  29. "gui" : "singleplayer"
  30. }
  31. },
  32.  
  33. "multiplayer":
  34. {
  35. "text" : "menu.multiplayer",
  36. "posX" : 0,
  37. "posY" : 25,
  38. "width" : 201,
  39. "height" : 20,
  40. "texture" : "menu:button.png",
  41. "alignment" : "left_center",
  42. "action" :
  43. {
  44. "type" : "openGui",
  45. "gui" : "multiplayer"
  46. }
  47. },
  48.  
  49. "mods":
  50. {
  51. "text" : "fml.menu.mods",
  52. "posX" : 0,
  53. "posY" : 50,
  54. "width" : 201,
  55. "height" : 20,
  56. "texture" : "menu:button.png",
  57. "alignment" : "left_center",
  58. "action" :
  59. {
  60. "type" : "openGui",
  61. "gui" : "mods"
  62. }
  63. },
  64.  
  65. "options":
  66. {
  67. "text" : "menu.options",
  68. "posX" : -200,
  69. "posY" : 0,
  70. "width" : 201,
  71. "height" : 20,
  72. "texture" : "menu:button2.png",
  73. "alignment" : "right_center",
  74. "action" :
  75. {
  76. "type" : "openGui",
  77. "gui" : "options"
  78. }
  79. },
  80.  
  81. "language":
  82. {
  83. "text" : "options.language",
  84. "posX" : -200,
  85. "posY" : 25,
  86. "width" : 201,
  87. "height" : 20,
  88. "texture" : "menu:button2.png",
  89. "alignment" : "right_center",
  90. "action" :
  91. {
  92. "type" : "openGui",
  93. "gui" : "options"
  94. }
  95. },
  96.  
  97. "quit":
  98. {
  99. "text" : "menu.quit",
  100. "posX" : -200,
  101. "posY" : 50,
  102. "width" : 201,
  103. "height" : 20,
  104. "texture" : "menu:button2.png",
  105. "alignment" : "right_center",
  106. "action" :
  107. {
  108. "type" : "quit"
  109. }
  110. }
  111. },
  112.  
  113. "labels":
  114. {
  115. "mojang":
  116. {
  117. "text" : "Copyright Mojang AB. Do not distribute!",
  118. "posX" : 4,
  119. "posY" : -12,
  120. "color" : -1,
  121. "alignment" : "bottom_left"
  122. },
  123.  
  124. "modcounts":
  125. {
  126. "text" : "#modsloaded# Mods loaded, #modsactive# Mods active.",
  127. "posX" : -150,
  128. "posY" : -12,
  129. "color" : -1,
  130. "alignment" : "bottom_right"
  131. }
  132. },
  133.  
  134. "other":
  135. {
  136. "splash-text":
  137. {
  138. "posX" : 90,
  139. "posY" : 70,
  140. "color" : -256,
  141. "alignment" : "top_center",
  142. "texts" : "Karpador used SPLASH!"
  143. },
  144.  
  145. "panorama":
  146. {
  147. "images" : "minecraft:textures/gui/title/background/panorama_%c.png",
  148. "animate" : true,
  149. "animationSpeed" : 1,
  150. "blur" : true,
  151. "gradient" : true
  152. }
  153. }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement