Advertisement
Guest User

Untitled

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