Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 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. "edition":
  15. {
  16. "image" : "custommainmenu:textures/gui/edition.png",
  17. "posX" : -49,
  18. "posY" : 67,
  19. "width" : 128,
  20. "height" : 16,
  21. "alignment" : "top_center"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : -100,
  31. "posY" : 48,
  32. "width" : 200,
  33. "height" : 20,
  34. "action" :
  35. {
  36. "type" : "openGui",
  37. "gui" : "singleplayer"
  38. }
  39. },
  40.  
  41. "multiplayer":
  42. {
  43. "text" : "menu.multiplayer",
  44. "posX" : -100,
  45. "posY" : 72,
  46. "width" : 200,
  47. "height" : 20,
  48. "action" :
  49. {
  50. "type" : "openGui",
  51. "gui" : "multiplayer"
  52. }
  53. },
  54.  
  55. "mods":
  56. {
  57. "text" : "fml.menu.mods",
  58. "posX" : -100,
  59. "posY" : 96,
  60. "width" : 200,
  61. "height" : 20,
  62. "action" :
  63. {
  64. "type" : "openGui",
  65. "gui" : "mods"
  66. }
  67. },
  68.  
  69. "options":
  70. {
  71. "text" : "menu.options",
  72. "posX" : -100,
  73. "posY" : 132,
  74. "width" : 98,
  75. "height" : 20,
  76. "action" :
  77. {
  78. "type" : "openGui",
  79. "gui" : "options"
  80. }
  81. },
  82.  
  83. "quit":
  84. {
  85. "text" : "menu.quit",
  86. "posX" : 2,
  87. "posY" : 132,
  88. "width" : 98,
  89. "height" : 20,
  90. "action" :
  91. {
  92. "type" : "quit"
  93. }
  94. },
  95.  
  96. "language":
  97. {
  98. "text" : "",
  99. "posX" : -124,
  100. "posY" : 132,
  101. "width" : 20,
  102. "height" : 20,
  103. "action" :
  104. {
  105. "type" : "openGui",
  106. "gui" : "languages"
  107. }
  108. },
  109.  
  110. "refresh":
  111. {
  112. "text" : "",
  113. "posX" : -154,
  114. "posY" : 132,
  115. "width" : 20,
  116. "height" : 20,
  117. "texture" : "custommainmenu:textures/gui/buttons.png",
  118. "action" :
  119. {
  120. "type" : "refresh"
  121. }
  122. }
  123. },
  124.  
  125. "labels":
  126. {
  127. "mojang":
  128. {
  129. "text" : "Meebman's Pack Version 1.01",
  130. "hoverText" : "§nCopyright Mojang AB. Do not distribute!",
  131. "posX" : -150,
  132. "posY" : -10,
  133. "color" : 200,
  134. "alignment" : "bottom_right",
  135. "action" :
  136. {
  137. "type" : "openGui",
  138. "gui" : "credits"
  139. }
  140. },
  141.  
  142. "fml":
  143. {
  144. "text" : "",
  145. "posX" : 2,
  146. "posY" : -40,
  147. "color" : -1,
  148. "alignment" : "bottom_left"
  149. }
  150. },
  151.  
  152. "other":
  153. {
  154. "splash-text":
  155. {
  156. "posX" : 90,
  157. "posY" : 70,
  158. "color" : -256,
  159. "alignment" : "top_center",
  160. "texts" : "file:minecraft:texts/splashes.txt"
  161. },
  162.  
  163. "background":
  164. {
  165. "image" : "",
  166. "slideshow":
  167. {
  168. "images" : ["meebman:cookie.png"],
  169. "displayDuration" : 100,
  170. "fadeDuration" : 40
  171. }
  172. }
  173. }
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement