Guest User

Untitled

a guest
Aug 4th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "name": "minecraft:rotten_flesh",
  9. "weight": 1,
  10. "functions": [
  11. {
  12. "function": "set_count",
  13. "count": {
  14. "min": 0,
  15. "max": 2
  16. }
  17. },
  18. {
  19. "function": "looting_enchant",
  20. "count": {
  21. "min": 0,
  22. "max": 1
  23. }
  24. }
  25. ]
  26. }
  27. ]
  28. },
  29. {
  30. "conditions": [
  31. {
  32. "condition": "killed_by_player"
  33. },
  34. {
  35. "condition": "random_chance_with_looting",
  36. "chance": 0.025,
  37. "looting_multiplier": 0.01
  38. }
  39. ],
  40. "rolls": 1,
  41. "entries": [
  42. {
  43. "type": "item",
  44. "name": "minecraft:iron_ingot",
  45. "weight": 1
  46. },
  47. {
  48. "type": "item",
  49. "name": "minecraft:carrot",
  50. "weight": 1
  51. },
  52. {
  53. "type": "item",
  54. "name": "minecraft:potato",
  55. "weight": 1
  56. }
  57. ]
  58. },
  59. {
  60. "conditions": [
  61. {
  62. "condition": "killed_by_player"
  63. },
  64. {
  65. "condition": "random_chance_with_looting",
  66. "chance": 0.025,
  67. "looting_multiplier": 0.5
  68. }
  69. ],
  70. "rolls": 1,
  71. "entries": [
  72. {
  73. "type": "item",
  74. "name": "minecraft:brick",
  75. "weight": 10,
  76. "functions": [
  77. {
  78. "function": "set_nbt",
  79. "tag": "display:{Name:\u00a78Kreuzer}"
  80. }
  81. ]
  82. },
  83. {
  84. "type": "item",
  85. "name": "minecraft:iron_ingot",
  86. "weight": 2,
  87. "functions": [
  88. {
  89. "function": "set_nbt",
  90. "tag": "display:{Name:\u00a77Heller}"
  91. }
  92. ]
  93. },
  94. {
  95. "type": "item",
  96. "name": "minecraft:gold_ingot",
  97. "weight": 1,
  98. "functions": [
  99. {
  100. "function": "set_nbt",
  101. "tag": "display:{Name:\u00a76Dukaten}"
  102. }
  103. ]
  104. }
  105. ]
  106. },
  107. {
  108. "conditions": [
  109. {
  110. "condition": "killed_by_player"
  111. },
  112. {
  113. "condition": "random_chance_with_looting",
  114. "chance": 0.025,
  115. "looting_multiplier": 0.5
  116. }
  117. ],
  118. "rolls": 1,
  119. "bonus_rolls": {
  120. "min": 0,
  121. "max": 2
  122. }
  123.  
  124. }
  125. ]
  126. }
Add Comment
Please, Sign In to add comment