Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": {
  5. "min": 1,
  6. "max": 3
  7. },
  8. "entries": [
  9. {
  10. "type": "item",
  11. "name": "minecraft:saddle",
  12. "weight": 20
  13. },
  14. {
  15. "type": "item",
  16. "name": "minecraft:golden_apple",
  17. "weight": 15
  18. },
  19.  
  20.  
  21. {
  22. "type": "item",
  23. "name": "minecraft:enchanted_golden_apple",
  24. "weight": 2
  25. },
  26. {
  27. "type": "item",
  28. "name": "minecraft:music_disc_13",
  29. "weight": 15
  30. },
  31. {
  32. "type": "item",
  33. "name": "minecraft:music_disc_cat",
  34. "weight": 15
  35. },
  36. {
  37. "type": "item",
  38. "name": "minecraft:name_tag",
  39. "weight": 20
  40. },
  41. {
  42. "type": "item",
  43. "name": "minecraft:golden_horse_armor",
  44. "weight": 10
  45. },
  46. {
  47. "type": "item",
  48. "name": "minecraft:iron_horse_armor",
  49. "weight": 15
  50. },
  51. {
  52. "type": "item",
  53. "name": "minecraft:diamond_horse_armor",
  54. "weight": 5
  55. },
  56. {
  57. "type": "item",
  58. "name": "minecraft:book",
  59. "weight": 10,
  60. "functions": [
  61. {
  62. "function": "enchant_randomly"
  63. }
  64. ]
  65. }
  66. ]
  67. },
  68. {
  69. "rolls": {
  70. "min": 1,
  71. "max": 4
  72. },
  73. "entries": [
  74. {
  75. "type": "item",
  76. "name": "minecraft:iron_ingot",
  77. "weight": 10,
  78. "functions": [
  79. {
  80. "function": "set_count",
  81. "count": {
  82. "min": 1,
  83. "max": 4
  84. }
  85. }
  86. ]
  87. },
  88. {
  89. "type": "item",
  90. "name": "minecraft:gold_ingot",
  91. "weight": 5,
  92. "functions": [
  93. {
  94. "function": "set_count",
  95. "count": {
  96. "min": 1,
  97. "max": 4
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "type": "item",
  104. "name": "minecraft:bread",
  105. "weight": 20
  106. },
  107. {
  108. "type": "item",
  109. "name": "minecraft:wheat",
  110. "weight": 20,
  111. "functions": [
  112. {
  113. "function": "set_count",
  114. "count": {
  115. "min": 1,
  116. "max": 4
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "type": "item",
  123. "name": "minecraft:bucket",
  124. "weight": 10
  125. },
  126. {
  127. "type": "item",
  128. "name": "minecraft:redstone",
  129. "weight": 15,
  130. "functions": [
  131. {
  132. "function": "set_count",
  133. "count": {
  134. "min": 1,
  135. "max": 4
  136. }
  137. }
  138. ]
  139. },
  140. {
  141. "type": "item",
  142. "name": "minecraft:coal",
  143. "weight": 15,
  144. "functions": [
  145. {
  146. "function": "set_count",
  147. "count": {
  148. "min": 1,
  149. "max": 4
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. "type": "item",
  156. "name": "minecraft:melon_seeds",
  157. "functions": [
  158. {
  159. "function": "set_count",
  160. "count": {
  161. "min": 2,
  162. "max": 4
  163. }
  164. }
  165. ],
  166. "weight": 10
  167. },
  168. {
  169. "type": "item",
  170. "name": "minecraft:pumpkin_seeds",
  171. "functions": [
  172. {
  173. "function": "set_count",
  174. "count": {
  175. "min": 2,
  176. "max": 4
  177. }
  178. }
  179. ],
  180. "weight": 10
  181. },
  182. {
  183. "type": "item",
  184. "name": "minecraft:beetroot_seeds",
  185. "functions": [
  186. {
  187. "function": "set_count",
  188. "count": {
  189. "min": 2,
  190. "max": 4
  191. }
  192. }
  193. ],
  194. "weight": 10
  195. }
  196. ]
  197. },
  198. {
  199. "rolls": 3,
  200. "entries": [
  201. {
  202. "type": "item",
  203. "name": "minecraft:bone",
  204. "weight": 10,
  205. "functions": [
  206. {
  207. "function": "set_count",
  208. "count": {
  209. "min": 1,
  210. "max": 8
  211. }
  212. }
  213. ]
  214. },
  215. {
  216. "type": "item",
  217. "name": "minecraft:gunpowder",
  218. "weight": 10,
  219. "functions": [
  220. {
  221. "function": "set_count",
  222. "count": {
  223. "min": 1,
  224. "max": 8
  225. }
  226. }
  227. ]
  228. },
  229. {
  230. "type": "item",
  231. "name": "minecraft:rotten_flesh",
  232. "weight": 10,
  233. "functions": [
  234. {
  235. "function": "set_count",
  236. "count": {
  237. "min": 1,
  238. "max": 8
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "type": "item",
  245. "name": "minecraft:string",
  246. "weight": 10,
  247. "functions": [
  248. {
  249. "function": "set_count",
  250. "count": {
  251. "min": 1,
  252. "max": 8
  253. }
  254. }
  255. ]
  256. }
  257. ]
  258. },
  259. {
  260. "rolls": {
  261. "min": 1,
  262. "max": 2
  263. },
  264. "entries": [
  265. {
  266. "type": "item",
  267. "name": "minecraft:player_head",
  268. "weight": 1,
  269. "functions": [
  270. {
  271. "function": "set_nbt",
  272. "tag": "{display:{Name:\"{\\\"text\\\":\\\"§r§eSapphire Gem\\\"}\"},SkullOwner:{Id:\"b93289fd-e4f1-43f9-8087-6786c426c0ba\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZThjNTExYjk2MWIyZGNhMDEyZjNhNWY1YjQ2NjA3OGEwZWMyMzgwYTc2ZDUxOWVhMzY0YTdkNmRjMjhlMWJiIn19fQ==\"}]}}}"
  273. },
  274. {
  275. "function": "set_count",
  276. "count": {
  277. "min": 1,
  278. "max": 2
  279. }
  280. }
  281. ]
  282. },
  283. {
  284. "type": "item",
  285. "name": "minecraft:player_head",
  286. "weight": 1,
  287. "functions": [
  288. {
  289. "function": "set_nbt",
  290. "tag": "{display:{Name:\"{\\\"text\\\":\\\"§r§eRuby Gem\\\"}\"},SkullOwner:{Id:\"68bb46f2-ad7c-4ad7-969b-098b0c72de47\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRiOTBkNmJhNzY0OGU2MjQ3ZmVlNWVjZGQ2MjRlYjRiNWZiM2E3MGNhNGJjZmM1NzNlZDc2NmM5MTBlN2YxNyJ9fX0=\"}]}}}"
  291. },
  292. {
  293. "function": "set_count",
  294. "count": {
  295. "min": 1,
  296. "max": 2
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "type": "item",
  303. "name": "minecraft:player_head",
  304. "weight": 1,
  305. "functions": [
  306. {
  307. "function": "set_nbt",
  308. "tag": "{display:{Name:\"{\\\"text\\\":\\\"§r§eAmethyst Gem\\\"}\"},SkullOwner:{Id:\"a288ea31-4bb2-46ba-90d9-25518b4364db\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTc5ZjhjOTI3NzZkNjQyZDExOWY5ZTkyMzYwYjFlNWI5NzFlNjZlNjE0MjhhM2UxYjMxMWQ4YjYxODVlNiJ9fX0=\"}]}}}"
  309. },
  310. {
  311. "function": "set_count",
  312. "count": {
  313. "min": 1,
  314. "max": 2
  315. }
  316. }
  317. ]
  318. },
  319. {
  320. "type": "item",
  321. "name": "minecraft:player_head",
  322. "weight": 1,
  323. "functions": [
  324. {
  325. "function": "set_nbt",
  326. "tag": "{display:{Name:\"{\\\"text\\\":\\\"§r§eTopaz Gem\\\"}\"},SkullOwner:{Id:\"37195137-2b51-4261-9b27-ccc216f7f7d1\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZThkMmNlODA3MjZlMmNmOTkwNGI2YzQyOGEzODJhMjRlNmY0NjNhZjgzNTg1OGYxZjM1NDE0NjJiZjEwNTIwOCJ9fX0=\"}]}}}"
  327. },
  328. {
  329. "function": "set_count",
  330. "count": {
  331. "min": 1,
  332. "max": 2
  333. }
  334. }
  335. ]
  336. },
  337. {
  338. "type": "item",
  339. "name": "minecraft:player_head",
  340. "weight": 1,
  341. "functions": [
  342. {
  343. "function": "set_nbt",
  344. "tag": "{display:{Name:\"{\\\"text\\\":\\\"§r§eAquamarine Gem\\\"}\"},SkullOwner:{Id:\"9a860221-a5c6-49a5-a2c8-0bc1fa017c47\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMxOGJiOGI2MjEwMzkxMzZlNDU5YWQ0NjdiOWI5ZjA0NjkzNjdkMjE2ZjU1M2RkNDRkYTNkMjNmYTU4ZjQyZiJ9fX0=\"}]}}}"
  345. },
  346. {
  347. "function": "set_count",
  348. "count": {
  349. "min": 1,
  350. "max": 2
  351. }
  352. }
  353. ]
  354. },
  355. {
  356. "type": "empty",
  357. "weight": 2
  358. }
  359. ]
  360. }
  361. ]
  362. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement