Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2015
25,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "minecraft":
  5. {
  6. "image" : "textures:menu/minecraft.png",
  7. "posX" : -299,
  8. "posY" : -100,
  9. "width" : 598,
  10. "height" : 89,
  11. "alignment" : "center"
  12. }
  13. },
  14.  
  15. "buttons":
  16. {
  17. "singleplayer":
  18. {
  19. "text" : "menu.singleplayer",
  20. "posX" : -250,
  21. "posY" : 0,
  22. "width" : 80,
  23. "height" : 20,
  24. "alignment" : "center",
  25. "texture" : "textures:menu/button.png",
  26. "normalTextColor" : 6579300,
  27. "hoverTextColor" : 16777215,
  28. "shadow" : false
  29. },
  30.  
  31. "multiplayer":
  32. {
  33. "text" : "menu.multiplayer",
  34. "posX" : -170,
  35. "posY" : 0,
  36. "width" : 80,
  37. "height" : 20,
  38. "alignment" : "center",
  39. "texture" : "textures:menu/button.png",
  40. "normalTextColor" : 6579300,
  41. "hoverTextColor" : 16777215,
  42. "shadow" : false
  43. },
  44.  
  45. "mods":
  46. {
  47. "text" : "fml.menu.mods",
  48. "posX" : -90,
  49. "posY" : 0,
  50. "width" : 80,
  51. "height" : 20,
  52. "alignment" : "center",
  53. "texture" : "textures:menu/button.png",
  54. "normalTextColor" : 6579300,
  55. "hoverTextColor" : 16777215,
  56. "shadow" : false
  57. },
  58.  
  59. "options":
  60. {
  61. "text" : "menu.options",
  62. "posX" : -10,
  63. "posY" : 0,
  64. "width" : 80,
  65. "height" : 20,
  66. "alignment" : "center",
  67. "texture" : "textures:menu/button.png",
  68. "normalTextColor" : 6579300,
  69. "hoverTextColor" : 16777215,
  70. "shadow" : false
  71. },
  72.  
  73. "language":
  74. {
  75. "text" : "Language",
  76. "posX" : 70,
  77. "posY" : 0,
  78. "width" : 80,
  79. "height" : 20,
  80. "alignment" : "center",
  81. "texture" : "textures:menu/button.png",
  82. "normalTextColor" : 6579300,
  83. "hoverTextColor" : 16777215,
  84. "shadow" : false
  85. },
  86.  
  87. "quit":
  88. {
  89. "text" : "menu.quit",
  90. "posX" : 150,
  91. "posY" : 0,
  92. "width" : 80,
  93. "height" : 20,
  94. "alignment" : "center",
  95. "texture" : "textures:menu/button.png",
  96. "normalTextColor" : 6579300,
  97. "hoverTextColor" : 16777215,
  98. "shadow" : false
  99. }
  100. },
  101.  
  102. "texts":
  103. {
  104. "mojang":
  105. {
  106. "text" : "",
  107. "posX" : -197,
  108. "posY" : -10,
  109. "color" : -1,
  110. "alignment" : "bottom_right"
  111. },
  112.  
  113. "mcversion":
  114. {
  115. "text" : "Minecraft v. #mcversion#",
  116. "posX" : 0,
  117. "posY" : 0,
  118. "color" : -1,
  119. "alignment" : "top_left"
  120. },
  121.  
  122. "mods":
  123. {
  124. "text" : "#modsloaded# Mods loaded",
  125. "posX" : 0,
  126. "posY" : -10,
  127. "color" : -1,
  128. "alignment" : "bottom_left"
  129. }
  130. },
  131.  
  132. "other":
  133. {
  134. "background":
  135. {
  136. "image" : "textures:menu/background.png",
  137. "mode" : "fill"
  138. }
  139. }
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement