Advertisement
Guest User

MENU JSON

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