Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. random-drops:
  2. diament:
  3. chance: 75
  4. exp: 10
  5. fortune: true
  6. message: ''
  7. biome: []
  8. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  9. height:
  10. min: 0
  11. max: 1337
  12. amount:
  13. min: 1
  14. max: 1
  15. drop:
  16. what: DIAMOND
  17. from: STONE
  18. szmaragd:
  19. chance: 75
  20. exp: 10
  21. fortune: true
  22. message: ''
  23. biome: []
  24. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  25. height:
  26. min: 0
  27. max: 1337
  28. amount:
  29. min: 1
  30. max: 1
  31. drop:
  32. what: EMERALD
  33. from: STONE
  34. zloto:
  35. chance: 75
  36. exp: 10
  37. fortune: true
  38. message: ''
  39. biome: []
  40. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  41. height:
  42. min: 0
  43. max: 1337
  44. amount:
  45. min: 2
  46. max: 3
  47. drop:
  48. what: GOLDEN_INGOT
  49. from: STONE
  50. zelazo:
  51. chance: 75
  52. exp: 2
  53. fortune: false
  54. message: ''
  55. biome: []
  56. tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE]
  57. height:
  58. min: 0
  59. max: 1337
  60. amount:
  61. min: 1
  62. max: 1
  63. drop:
  64. what: IRON_INGOT
  65. from: STONE
  66. wegiel:
  67. chance: 75
  68. exp: 2
  69. fortune: true
  70. message: ''
  71. biome: []
  72. tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE]
  73. height:
  74. min: 0
  75. max: 1337
  76. amount:
  77. min: 1
  78. max: 1
  79. drop:
  80. what: COAL
  81. from: STONE
  82. redstone:
  83. chance: 75
  84. exp: 2
  85. fortune: true
  86. message: ''
  87. biome: []
  88. tool: [DIAMOND_PICKAXE, IRON_PICKAXE, STONE_PICKAXE]
  89. height:
  90. min: 0
  91. max: 1337
  92. amount:
  93. min: 4
  94. max: 8
  95. drop:
  96. what: REDSTONE
  97. from: STONE
  98. perla:
  99. chance: 75
  100. exp: 10
  101. fortune: false
  102. message: ''
  103. biome: []
  104. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  105. height:
  106. min: 0
  107. max: 1337
  108. amount:
  109. min: 1
  110. max: 1
  111. drop:
  112. what: ENDER_PEARL
  113. from: STONE
  114. tnt:
  115. chance: 75
  116. exp: 10
  117. fortune: true
  118. message: ''
  119. biome: []
  120. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  121. height:
  122. min: 0
  123. max: 1337
  124. amount:
  125. min: 1
  126. max: 1
  127. drop:
  128. what: TNT
  129. from: STONE
  130. obsydian:
  131. chance: 75
  132. exp: 10
  133. fortune: true
  134. message: ''
  135. biome: []
  136. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  137. height:
  138. min: 0
  139. max: 1337
  140. amount:
  141. min: 1
  142. max: 1
  143. drop:
  144. what: OBSIDIAN
  145. from: STONE
  146. jablko:
  147. chance: 75
  148. exp: 10
  149. fortune: true
  150. message: ''
  151. biome: []
  152. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  153. height:
  154. min: 0
  155. max: 1337
  156. amount:
  157. min: 1
  158. max: 1
  159. drop:
  160. what: APPLE
  161. from: STONE
  162. slime:
  163. chance: 1
  164. exp: 10
  165. fortune: true
  166. message: ''
  167. biome: []
  168. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  169. height:
  170. min: 0
  171. max: 1337
  172. amount:
  173. min: 1
  174. max: 1
  175. drop:
  176. what: SLIME_BLOCK
  177. from: STONE
  178. ksiazki:
  179. chance: 75
  180. exp: 10
  181. fortune: true
  182. message: ''
  183. biome: []
  184. tool: [DIAMOND_PICKAXE, IRON_PICKAXE]
  185. height:
  186. min: 0
  187. max: 1337
  188. amount:
  189. min: 1
  190. max: 1
  191. drop:
  192. what: BOOKSHELF
  193. from: STONE
  194. cancel-drops:
  195. - DIAMOND_ORE
  196. - GOLD_ORE
  197. - IRON_ORE
  198. exp-drops:
  199. STONE: 50
  200. OBSIDIAN: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement