Advertisement
Guest User

Custom Menu Config (Eden Dark Modpack)

a guest
Oct 14th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "mainmenu:EdenDarkmodpacklogo.png",
  7. "posX" : -137,
  8. "posY" : 15,
  9. "width" : 275,
  10. "height" : 75,
  11. "alignment" : "top_center"
  12. },
  13. "edition":
  14. {
  15. "image" : "mainmenu:edition.png",
  16. "posX" : -49,
  17. "posY" : 87,
  18. "width" : 128,
  19. "height" : 16,
  20. "alignment" : "top_center"
  21. }
  22. },
  23.  
  24. "buttons":
  25. {
  26. "singleplayer":
  27. {
  28. "text" : "menu.singleplayer",
  29. "posX" : -100,
  30. "posY" : 48,
  31. "width" : 200,
  32. "height" : 20,
  33. "texture" : "mainmenu:blankmenubuttonsingleplayer.png",
  34. "normalTextColor" : 4294908185,
  35. "hoverTextColor" : 4286019447,
  36. "action" :
  37. {
  38. "type" : "openGui",
  39. "gui" : "singleplayer"
  40. }
  41. },
  42.  
  43. "multiplayer":
  44. {
  45. "text" : "menu.multiplayer",
  46. "posX" : -100,
  47. "posY" : 72,
  48. "width" : 200,
  49. "height" : 20,
  50. "texture" : "mainmenu:blankmenubuttonsingleplayer.png",
  51. "normalTextColor" : 4294908185,
  52. "hoverTextColor" : 4286019447,
  53. "action" :
  54. {
  55. "type" : "openGui",
  56. "gui" : "multiplayer"
  57. }
  58. },
  59.  
  60. "mods":
  61. {
  62. "text" : "fml.menu.mods",
  63. "posX" : -100,
  64. "posY" : 96,
  65. "width" : 200,
  66. "height" : 20,
  67. "texture" : "mainmenu:blankmenubuttonsingleplayer.png",
  68. "normalTextColor" : 4294908185,
  69. "hoverTextColor" : 4286019447,
  70. "action" :
  71. {
  72. "type" : "openGui",
  73. "gui" : "mods"
  74. }
  75. },
  76.  
  77. "options":
  78. {
  79. "text" : "menu.options",
  80. "posX" : -100,
  81. "posY" : 132,
  82. "width" : 98,
  83. "height" : 20,
  84. "texture" : "mainmenu:blankmenubuttonsmall.png",
  85. "normalTextColor" : 4294908185,
  86. "hoverTextColor" : 4286019447,
  87. "action" :
  88. {
  89. "type" : "openGui",
  90. "gui" : "options"
  91. }
  92. },
  93.  
  94. "quit":
  95. {
  96. "text" : "menu.quit",
  97. "posX" : 2,
  98. "posY" : 132,
  99. "width" : 98,
  100. "height" : 20,
  101. "texture" : "mainmenu:blankmenubuttonsmall.png",
  102. "normalTextColor" : 4294908185,
  103. "hoverTextColor" : 4286019447,
  104. "action" :
  105. {
  106. "type" : "quit"
  107. }
  108. },
  109.  
  110. "language":
  111. {
  112. "text" : "",
  113. "posX" : -124,
  114. "posY" : 132,
  115. "width" : 20,
  116. "height" : 20,
  117. "texture" : "mainmenu:langbutton.png",
  118. "action" :
  119. {
  120. "type" : "openGui",
  121. "gui" : "languages"
  122. }
  123. },
  124.  
  125. "refresh":
  126. {
  127. "text" : "",
  128. "posX" : -154,
  129. "posY" : 132,
  130. "width" : 20,
  131. "height" : 20,
  132. "texture" : "mainmenu:rfbutton.png",
  133. "action" :
  134. {
  135. "type" : "refresh"
  136. }
  137. }
  138. },
  139.  
  140. "labels":
  141. {
  142. "mojang":
  143. {
  144. "text" : "§4Created by BGamer18 (Aka BG)",
  145. "hoverText" : "§bCreated by BGamer18 (Aka BG)",
  146. "posX" : -197,
  147. "posY" : -10,
  148. "color" : -1,
  149. "alignment" : "bottom_right",
  150. "action" :
  151. {
  152. "type" : "openGui",
  153. "gui" : "credits"
  154. }
  155. },
  156.  
  157. "fml":
  158. {
  159. "text" : "",
  160. "posX" : 2,
  161. "posY" : -40,
  162. "color" : -1,
  163. "alignment" : "bottom_left"
  164. }
  165. },
  166.  
  167.  
  168.  
  169. "other":
  170. {
  171. "splash-text":
  172. {
  173. "posX" : 90,
  174. "posY" : 70,
  175. "color" : -256,
  176. "alignment" : "top_center",
  177. "texts" : "file:mainmenu:splashes.txt"
  178. },
  179.  
  180. "background":
  181. {
  182. "image" : "mainmenu:background.png",
  183. "mode" : "fill"
  184. }
  185. }
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement