katubug

custom main menu config

Jun 10th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "ec:logodropshadow.png",
  7. "posX" : -137,
  8. "posY" : 30,
  9. "width" : 256,
  10. "height" : 256,
  11. "alignment" : "top_center"
  12. },
  13.  
  14. "name":
  15. {
  16. "image" : "ec:packname1.png",
  17. "posX" : -68,
  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. "texture" : "ec:button.png",
  35. "action" :
  36. {
  37. "type" : "openGui",
  38. "gui" : "singleplayer"
  39. }
  40. },
  41.  
  42. "multiplayer":
  43. {
  44. "text" : "menu.multiplayer",
  45. "posX" : -100,
  46. "posY" : 72,
  47. "width" : 200,
  48. "height" : 20,
  49. "texture" : "ec:button.png",
  50. "action" :
  51. {
  52. "type" : "openGui",
  53. "gui" : "multiplayer"
  54. }
  55. },
  56.  
  57. "mods":
  58. {
  59. "text" : "fml.menu.mods",
  60. "posX" : -100,
  61. "posY" : 96,
  62. "width" : 200,
  63. "height" : 20,
  64. "texture" : "ec:button.png",
  65. "action" :
  66. {
  67. "type" : "openGui",
  68. "gui" : "mods"
  69. }
  70. },
  71.  
  72. "options":
  73. {
  74. "text" : "menu.options",
  75. "posX" : -100,
  76. "posY" : 132,
  77. "width" : 98,
  78. "height" : 20,
  79. "texture" : "ec:button.png",
  80. "action" :
  81. {
  82. "type" : "openGui",
  83. "gui" : "options"
  84. }
  85. },
  86.  
  87. "quit":
  88. {
  89. "text" : "menu.quit",
  90. "posX" : 2,
  91. "posY" : 132,
  92. "width" : 98,
  93. "height" : 20,
  94. "texture" : "ec:button.png",
  95. "action" :
  96. {
  97. "type" : "quit"
  98. }
  99. },
  100.  
  101. "language":
  102. {
  103. "text" : "",
  104. "posX" : -124,
  105. "posY" : 132,
  106. "width" : 20,
  107. "height" : 20,
  108. "texture" : "ec:langbutton.png",
  109. "action" :
  110. {
  111. "type" : "openGui",
  112. "gui" : "languages"
  113. }
  114. },
  115.  
  116. "discord":
  117. {
  118. "text" : "",
  119. "tooltip" : "Join our Discord!",
  120. "posX" : -30,
  121. "posY" : 165,
  122. "width" : 25,
  123. "height" : 25,
  124. "texture" : "ec:discord.png",
  125. "imageWidth" : 245,
  126. "imageHeight" : 240,
  127. "action" :
  128. {
  129. "type": "openLink",
  130. "link" : "[redacted]"
  131. }
  132. },
  133.  
  134. "paypal":
  135. {
  136. "text" : "",
  137. "tooltip" : "Support the modpack",
  138. "posX" : 0,
  139. "posY" : 168,
  140. "width" : 20,
  141. "height" : 20,
  142. "texture" : "ec:paypal.png",
  143. "imageWidth" : 102,
  144. "imageHeight" : 120,
  145. "action" :
  146. {
  147. "type": "openLink",
  148. "link" : "[redacted]"
  149. }
  150. }
  151. },
  152.  
  153. "other":
  154. {
  155. "panorama":
  156. {
  157. "images" : "ec:pan/panorama_%c.png",
  158. "animate" : true,
  159. "animationSpeed" : 1,
  160. "blur" : false,
  161. "gradient" : true
  162. }
  163. }
  164. }
Advertisement
Add Comment
Please, Sign In to add comment