Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "weight": 100,
  9. "name": "minecraft:blaze_rod",
  10. "functions": [
  11. {
  12. "function": "set_count",
  13. "count": {
  14. "min": 1,
  15. "max": 8
  16. }
  17. }
  18. ]
  19. },
  20. {
  21. "type": "item",
  22. "weight": 90,
  23. "name": "minecraft:blaze_powder",
  24. "functions": [
  25. {
  26. "function": "set_count",
  27. "count": {
  28. "min": 1,
  29. "max": 5
  30. }
  31. }
  32. ]
  33. },
  34. {
  35. "type": "item",
  36. "weight": 15,
  37. "name": "minecraft:blaze_spawn_egg",
  38. "functions": [
  39. {
  40. "function": "set_nbt",
  41. "tag": "{EntityTag:{id:minecraft:blaze}}"
  42. }
  43. ]
  44. }
  45. ]
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement