Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. crates {
  2. blockcrate {
  3. items=[
  4. {
  5. amount=1
  6. chance=5
  7. command="give %p minecraft:log 16"
  8. id="minecraft:log"
  9. name="§916 Logs"
  10. },
  11. {
  12. amount=1
  13. chance=5
  14. command="give %p minecraft:log2 16"
  15. id="minecraft:log2"
  16. name="§916 Logs"
  17. },
  18. {
  19. amount=1
  20. chance=5
  21. command="give %p minecraft:hardened_clay 16"
  22. id="minecraft:hardened_clay"
  23. name="§916 Hardened Clay Blocks"
  24. },
  25. {
  26. amount=1
  27. chance=5
  28. command="give %p minecraft:grass 16"
  29. id="minecraft:grass"
  30. name="§916 Grass Blocks"
  31. },
  32. {
  33. amount=1
  34. chance=5
  35. command="give %p minecraft:sandstone 16"
  36. id="minecraft:sandstone"
  37. name="§916 Sandstone Blocks"
  38. },
  39. {
  40. amount=1
  41. chance=5
  42. command="give %p minecraft:glowstone 16"
  43. id="minecraft:glowstone"
  44. name="§916 Glowstone Blocks"
  45. },
  46. {
  47. amount=1
  48. chance=5
  49. command="give %p minecraft:glass 16"
  50. id="minecraft:glass"
  51. name="§916 Glass Blocks"
  52. },
  53. {
  54. amount=1
  55. chance=5
  56. command="give %p minecraft:mossy_cobblestone 16"
  57. id="minecraft:mossy_cobblestone"
  58. name="§916 Mossy Cobblestone Blocks"
  59. },
  60. {
  61. amount=1
  62. chance=5
  63. command="give %p minecraft:obsidian 16"
  64. id="minecraft:obsidian"
  65. name="§916 Obsidian Blocks"
  66. },
  67. {
  68. amount=1
  69. chance=5
  70. command="give %p minecraft:stone 16"
  71. id="minecraft:stone"
  72. name="§916 Stone Blocks"
  73. },
  74. {
  75. amount=1
  76. chance=5
  77. command="give %p minecraft:cobblestone 16"
  78. id="minecraft:cobblestone"
  79. name="§916 Cobblestone Blocks"
  80. },
  81. {
  82. amount=1
  83. chance=5
  84. command="give %p minecraft:stained_hardened_clay 16"
  85. id="minecraft:stained_hardened_clay"
  86. name="§916 Stained Clay Blocks"
  87. },
  88. {
  89. amount=1
  90. chance=5
  91. command="give %p minecraft:wool 16"
  92. id="minecraft:wool"
  93. name="§916 Wool Blocks"
  94. },
  95. {
  96. amount=1
  97. chance=5
  98. command="give %p minecraft:stained_glass 16"
  99. id="minecraft:stained_glass"
  100. name="§916 Stained Glass Blocks"
  101. },
  102. {
  103. amount=1
  104. chance=5
  105. command="give %p minecraft:netherrack 16"
  106. id="minecraft:netherrack"
  107. name="§916 Netherrack Blocks"
  108. },
  109. {
  110. amount=1
  111. chance=5
  112. command="give %p minecraft:soul_sand 16"
  113. id="minecraft:soul_sand"
  114. name="§916 Soul Sand Blocks"
  115. },
  116. {
  117. amount=1
  118. chance=5
  119. command="give %p minecraft:clay 16"
  120. id="minecraft:clay"
  121. name="§916 Clay Blocks"
  122. },
  123. {
  124. amount=1
  125. chance=5
  126. command="give %p minecraft:brick_block 16"
  127. id="minecraft:brick_block"
  128. name="§916 Brick Blocks"
  129. },
  130. {
  131. amount=1
  132. chance=5
  133. command="give %p minecraft:purpur_block 16"
  134. id="minecraft:purpur_block"
  135. name="§916 Purpur Blocks"
  136. },
  137. {
  138. amount=1
  139. chance=5
  140. command="give %p minecraft:end_bricks 16"
  141. id="minecraft:end_bricks"
  142. name="§916 End Bricks"
  143. }
  144. ]
  145. # Make sure this looks good everywhere :)
  146. name="§dBlock Crate"
  147. # Types will be added in the future, but keeping this as a Spinner will keep your config future proof.
  148. type=Spinner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement