Advertisement
Guest User

Untitled

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