m31317015

"menu.json" that I'm using

Jun 20th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "custommainmenu:textures/gui/minecraft.png",
  7. "posX" : -130,
  8. "posY" : 60,
  9. "width" : 500,
  10. "height" : 500,
  11. "alignment" : "top_center"
  12. }
  13.  
  14. },
  15.  
  16. "buttons":
  17. {
  18. "singleplayer":
  19. {
  20. "text" : "menu.singleplayer",
  21. "posX" : 24,
  22. "posY" : -126,
  23. "width" : 100,
  24. "height" : 20,
  25. "texture" : "textures:button/button.png",
  26. "action" :
  27. {
  28. "type" : "openGui",
  29. "gui" : "singleplayer"
  30. },
  31. "alignment" : "bottom_left"
  32. },
  33.  
  34. "multiplayer":
  35. {
  36. "text" : "menu.multiplayer",
  37. "posX" : 24,
  38. "posY" : -102,
  39. "width" : 100,
  40. "height" : 20,
  41. "texture" : "textures:button/button.png",
  42. "action" :
  43. {
  44. "type" : "openGui",
  45. "gui" : "multiplayer"
  46. },
  47. "alignment" : "bottom_left"
  48. },
  49.  
  50. "mods":
  51. {
  52. "text" : "Mods",
  53. "posX" : 24,
  54. "posY" : -78,
  55. "width" : 100,
  56. "height" : 20,
  57. "texture" : "textures:button/button.png",
  58. "action" :
  59. {
  60. "type" : "openGui",
  61. "gui" : "mods"
  62. },
  63. "alignment" : "bottom_left"
  64. },
  65.  
  66. "options":
  67. {
  68. "text" : "menu.options",
  69. "posX" : 24,
  70. "posY" : -54,
  71. "width" : 100,
  72. "height" : 20,
  73. "texture" : "textures:button/button.png",
  74. "action" :
  75. {
  76. "type" : "openGui",
  77. "gui" : "options"
  78. },
  79. "alignment" : "bottom_left"
  80. },
  81.  
  82. "quit":
  83. {
  84. "text" : "menu.quit",
  85. "posX" : 24,
  86. "posY" : -30,
  87. "width" : 100,
  88. "height" : 20,
  89. "texture" : "textures:button/button.png",
  90. "action" :
  91. {
  92. "type" : "quit"
  93. },
  94. "alignment" : "bottom_left"
  95. },
  96.  
  97. "language":
  98. {
  99. "text" : "",
  100. "posX" : 159,
  101. "posY" : -30,
  102. "width" : 20,
  103. "height" : 20,
  104. "action" :
  105. {
  106. "type" : "openGui",
  107. "gui" : "languages"
  108. },
  109. "alignment" : "bottom_left"
  110. },
  111.  
  112. "refresh":
  113. {
  114. "text" : "",
  115. "posX" : 132,
  116. "posY" : -30,
  117. "width" : 20,
  118. "height" : 20,
  119. "texture" : "custommainmenu:textures/gui/buttons.png",
  120. "action" :
  121. {
  122. "type" : "refresh"
  123. },
  124. "alignment" : "bottom_left"
  125. }
  126. },
  127.  
  128. "texts":
  129. {
  130. "xstreme":
  131. {
  132. "text" : "New Generation II Modpack",
  133. "posX" : 10,
  134. "posY" : 10,
  135. "color" : 65416,
  136. "hoverColor" : 65416,
  137. "alignment" : "medium_left"
  138. },
  139. "infomation":
  140. {
  141. "text" : "Welcome, #username#! Now it's #time#",
  142. "posX" : 10,
  143. "posY" : 20,
  144. "color" : 65416,
  145. "hoverColor" : 65416,
  146. "alignment" : "medium_left"
  147. },
  148.  
  149. "modsloaded":
  150. {
  151. "text" : "#modsloaded# Mods Loaded",
  152. "posX" : -97,
  153. "posY" : -30,
  154. "color" : -1,
  155. "hoverColor" : -1,
  156. "alignment" : "bottom_right"
  157. },
  158.  
  159. "modsactive":
  160. {
  161. "text" : "#modsactive# Mods Active",
  162. "posX" : -97,
  163. "posY" : -20,
  164. "color" : -1,
  165. "hoverColor" : -1,
  166. "alignment" : "bottom_right"
  167. },
  168.  
  169. "forge":
  170. {
  171. "text" : "Forge #forgeversion#",
  172. "posX" : -97,
  173. "posY" : -40,
  174. "color" : -1,
  175. "hoverColor" : -1,
  176. "alignment" : "bottom_right"
  177. },
  178.  
  179. "mc":
  180. {
  181. "text" : "Minecraft #mcversion#",
  182. "posX" : -97,
  183. "posY" : -50,
  184. "color" : -1,
  185. "hoverColor" : -1,
  186. "alignment" : "bottom_right"
  187. },
  188.  
  189. "mojang":
  190. {
  191. "text" : "Copyright Mojang AB. Do not distribute!",
  192. "posX" : -197,
  193. "posY" : -10,
  194. "color" : -1,
  195. "alignment" : "bottom_right"
  196. }
  197. },
  198.  
  199. "other":
  200. {
  201. "splash-text":
  202. {
  203. "posX" : 130,
  204. "posY" : 105,
  205. "color" : -256,
  206. "alignment" : "top_center",
  207. "file" : "texts/splashes.txt"
  208. },
  209.  
  210. "background":
  211. {
  212. "image" : "",
  213. "mode" : "fill",
  214. "slideshow":
  215. {
  216. "images" : ["textures:background/IA1.jpg","textures:background/IA2.jpg"],
  217. "displayDuration" : 160,
  218. "fadeDuration" : 40
  219. }
  220. }
  221. }
  222. }
Advertisement
Add Comment
Please, Sign In to add comment