Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "black":
  5. {
  6. "image" : "cmm:textures/menu/bg_menu.png",
  7. "posX" : 95,
  8. "posY" : -80,
  9. "width" : 200,
  10. "height" : 1500,
  11. "alignment" : "top_left"
  12. },
  13. "logo":
  14. {
  15. "image" : "cmm:textures/menu/logo.png",
  16. "posX" : 0,
  17. "posY" : 0,
  18. "width" : 512,
  19. "height" : 256,
  20. "alignment" : "top_left"
  21. }
  22.  
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "normalTextColor" : 12303291,
  31. "hoverTextColor" : 3125670,
  32. "texture" : "cmm:textures/menu/btn.png",
  33. "posX" : 97,
  34. "posY" : -40,
  35. "width" : 196,
  36. "height" : 30,
  37. imageWidth : 100,
  38. imageHeight : 50,
  39. "alignment" : "left_center",
  40. "action" :
  41. {
  42. "type" : "openGui",
  43. "gui" : "singleplayer"
  44. }
  45. },
  46.  
  47. "multiplayer":
  48. {
  49. "text" : "menu.multiplayer",
  50. "normalTextColor" : 12303291,
  51. "hoverTextColor" : 3125670,
  52. "texture" : "cmm:textures/menu/btn.png",
  53. "posX" : 97,
  54. "posY" : -10,
  55. "width" : 196,
  56. "height" : 30,
  57. imageWidth : 100,
  58. imageHeight : 50,
  59. "alignment" : "left_center",
  60. "action" :
  61. {
  62. "type" : "openGui",
  63. "gui" : "multiplayer"
  64. }
  65. },
  66.  
  67. "options":
  68. {
  69. "text" : "menu.options",
  70. "normalTextColor" : 12303291,
  71. "hoverTextColor" : 3125670,
  72. "texture" : "cmm:textures/menu/btn.png",
  73. "posX" : 97,
  74. "posY" : 30,
  75. "width" : 196,
  76. "height" : 20,
  77. imageWidth : 100,
  78. imageHeight : 50,
  79. "alignment" : "left_center",
  80. "action" :
  81. {
  82. "type" : "openGui",
  83. "gui" : "options"
  84. }
  85. },
  86.  
  87. "language":
  88. {
  89. "text" : "options.language",
  90. "texture" : "cmm:textures/menu/btn.png",
  91. "posX" : 97,
  92. "posY" : 50,
  93. "width" : 196,
  94. "height" : 20,
  95. imageWidth : 100,
  96. imageHeight : 50,
  97. "alignment" : "left_center",
  98. "action" :
  99. {
  100. "type" : "openGui",
  101. "gui" : "languages"
  102. }
  103. },
  104.  
  105. "quit":
  106. {
  107. "text" : "menu.quit",
  108. "normalTextColor" : 16729156,
  109. "hoverTextColor" : 14483456,
  110. "texture" : "cmm:textures/menu/btn.png",
  111. "posX" : 97,
  112. "posY" : 70,
  113. "width" : 196,
  114. "height" : 20,
  115. imageWidth : 100,
  116. imageHeight : 50,
  117. "alignment" : "left_center",
  118. "hoverText" : "No! Don't leave!",
  119. "action" :
  120. {
  121. "type" : "quit"
  122. }
  123. },
  124.  
  125. "refresh":
  126. {
  127. "text" : "menu.refresh",
  128. "normalTextColor" : 16729156,
  129. "hoverTextColor" : 14483456,
  130. "texture" : "cmm:textures/menu/btn.png",
  131. "posX" : 70,
  132. "posY" : 70,
  133. "width" : 20,
  134. "height" : 20,
  135. imageWidth : 100,
  136. imageHeight : 50,
  137. "alignment" : "left_center",
  138. "action" :
  139. {
  140. "type" : "refresh"
  141. }
  142. },
  143.  
  144. "mods":
  145. {
  146. "text" : "Mods (#modsloaded#/#modsactive#)",
  147. "normalTextColor" : 6710886,
  148. "hoverTextColor" : 3125670,
  149. "texture" : "cmm:textures/menu/btn.png",
  150. "posX" : 97,
  151. "posY" : 100,
  152. "width" : 96,
  153. "height" : 20,
  154. imageWidth : 100,
  155. imageHeight : 50,
  156. "alignment" : "left_center",
  157. "action" :
  158. {
  159. "type" : "openGui",
  160. "gui" : "mods"
  161. }
  162. },
  163. "versionChecker":
  164. {
  165. "text" : "Version-Checker",
  166. "normalTextColor" : 6710886,
  167. "hoverTextColor" : 3125670,
  168. "texture" : "cmm:textures/menu/btn.png",
  169. "posX" : 193,
  170. "posY" : 100,
  171. "width" : 100,
  172. "height" : 20,
  173. imageWidth : 100,
  174. imageHeight : 50,
  175. "alignment" : "left_center",
  176. "wrappedButton" : 404
  177. }
  178. },
  179.  
  180. "labels":
  181. {
  182. "mojang":
  183. {
  184. "text" : "Forge #forgeversion# for Minecraft #mcversion# - Copyright Mojang AB. Do not distribute!",
  185. "posX" : 2,
  186. "posY" : -10,
  187. "color" : -1,
  188. "alignment" : "bottom_left"
  189. },
  190.  
  191. "packTxt":
  192. {
  193. "text" : "AAIII - 0.0.1a",
  194. "posX" : 2,
  195. "posY" : -25,
  196. "color" : -1,
  197. "alignment" : "bottom_left"
  198. }
  199. },
  200.  
  201. "other":
  202. {
  203. "background":
  204. {
  205. "image" : "cmm:textures/menu/bg.png",
  206. "mode" : "stretch"
  207. }
  208. }
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement