Advertisement
Guest User

Untitled

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