Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
12,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "textures:menu/me4.png",
  7. "posX" : -291,
  8. "posY" : 40,
  9. "width" : 582,
  10. "height" : 63,
  11. "alignment" : "top_center"
  12. }
  13. },
  14.  
  15. "buttons":
  16. {
  17. "singleplayer":
  18. {
  19. "text" : "menu.singleplayer",
  20. "posX" : -100,
  21. "posY" : 48,
  22. "width" : 200,
  23. "height" : 20,
  24. "texture" : "textures:menu/button1.png",
  25. "normalTextColor" : 0,
  26. "hoverTextColor" : 16777215,
  27. "shadow" : false
  28. },
  29.  
  30. "multiplayer":
  31. {
  32. "text" : "menu.multiplayer",
  33. "posX" : -100,
  34. "posY" : 72,
  35. "width" : 200,
  36. "height" : 20,
  37. "texture" : "textures:menu/button1.png",
  38. "normalTextColor" : 0,
  39. "hoverTextColor" : 16777215,
  40. "shadow" : false
  41. },
  42.  
  43. "mods":
  44. {
  45. "text" : "fml.menu.mods",
  46. "posX" : -100,
  47. "posY" : 96,
  48. "width" : 200,
  49. "height" : 20,
  50. "texture" : "textures:menu/button1.png",
  51. "normalTextColor" : 0,
  52. "hoverTextColor" : 16777215,
  53. "shadow" : false
  54. },
  55.  
  56. "options":
  57. {
  58. "text" : "menu.options",
  59. "posX" : -100,
  60. "posY" : 132,
  61. "width" : 98,
  62. "height" : 20,
  63. "texture" : "textures:menu/button2.png",
  64. "normalTextColor" : 0,
  65. "hoverTextColor" : 16777215,
  66. "shadow" : false
  67. },
  68.  
  69. "quit":
  70. {
  71. "text" : "menu.quit",
  72. "posX" : 2,
  73. "posY" : 132,
  74. "width" : 98,
  75. "height" : 20,
  76. "texture" : "textures:menu/button2.png",
  77. "normalTextColor" : 0,
  78. "hoverTextColor" : 16777215,
  79. "shadow" : false
  80. },
  81.  
  82. "language":
  83. {
  84. "text" : "",
  85. "posX" : -124,
  86. "posY" : 132,
  87. "width" : 20,
  88. "height" : 20,
  89. "texture" : "textures:menu/language.png"
  90. }
  91. },
  92.  
  93. "texts":
  94. {
  95. "mojang":
  96. {
  97. "text" : "",
  98. "posX" : -197,
  99. "posY" : -10,
  100. "color" : -1,
  101. "alignment" : "bottom_right"
  102. }
  103. },
  104.  
  105. "other":
  106. {
  107. "panorama":
  108. {
  109. "images" : "minecraft:textures/gui/title/background/panorama_%c.png",
  110. "blur" : true,
  111. "gradient" : false
  112. }
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement