Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {
  2. "tiers": [
  3. {
  4. "trades": [
  5. {
  6. "wants": [
  7. {
  8. "item": "minecraft:rotten_flesh",
  9. "quantity": {
  10. "min": 20,
  11. "max": 24
  12. }
  13. }
  14. ],
  15. "gives": [
  16. {
  17. "item": "minecraft:gold_ingot"
  18. }
  19. ]
  20. },
  21. {
  22. "wants": [
  23. {
  24. "item": "minecraft:gold_ingot",
  25. "quantity": {
  26. "min": 1,
  27. "max": 2
  28. }
  29. }
  30. ],
  31. "gives": [
  32. {
  33. "item": "minecraft:mushroom_stew"
  34. }
  35. ]
  36. },
  37. {
  38. "wants": [
  39. {
  40. "item": "minecraft:gold_ingot",
  41. "quantity": {
  42. "min": 1,
  43. "max": 2
  44. }
  45. }
  46. ],
  47. "gives": [
  48. {
  49. "item": "minecraft:bread",
  50. "quantity": {
  51. "min": 18,
  52. "max": 26
  53. }
  54. }
  55. ]
  56. }
  57. ]
  58. },
  59. {
  60. "trades": [
  61. {
  62. "wants": [
  63. {
  64. "item": "minecraft:gold_ingot",
  65. "quantity": {
  66. "min": 1,
  67. "max": 2
  68. }
  69. }
  70. ],
  71. "gives": [
  72. {
  73. "item": "minecraft:cooked_porkchop",
  74. "quantity": {
  75. "min": 8,
  76. "max": 12
  77. }
  78. }
  79. ]
  80. },
  81. {
  82. "wants": [
  83. {
  84. "item": "minecraft:gold_ingot",
  85. "quantity": {
  86. "min": 1,
  87. "max": 2
  88. }
  89. }],
  90. "gives": [
  91. {
  92. "item": "minecraft:milk_bucket"
  93. }
  94. ]
  95. },
  96. {
  97. "wants": [
  98. {
  99. "item": "minecraft:gold_ingot",
  100. "quantity": {
  101. "min": 1,
  102. "max": 2
  103. }
  104. }
  105. ],
  106. "gives": [
  107. {
  108. "item": "minecraft:cooked_fish",
  109. "quantity": {
  110. "min": 8,
  111. "max": 12
  112. }
  113. }
  114. ]
  115. },
  116. {
  117. "wants": [
  118. {
  119. "item": "minecraft:gold_ingot",
  120. "quantity": {
  121. "min": 1,
  122. "max": 2
  123. }
  124. }],
  125. "gives": [
  126. {
  127. "item": "minecraft:cooked_salmon",
  128. "quantity": {
  129. "min": 8,
  130. "max": 12
  131. }
  132. }
  133. ]
  134. }
  135. ]
  136. },
  137. {
  138. "trades": [
  139. {
  140. "wants": [
  141. {
  142. "item": "minecraft:gold_ingot",
  143. "quantity": {
  144. "min": 1,
  145. "max": 2
  146. }
  147. }],
  148. "gives": [
  149. {
  150. "item": "minecraft:cookie",
  151. "quantity": {
  152. "min": 14,
  153. "max": 16
  154. }
  155. }
  156. ]
  157. },
  158. {
  159. "wants": [
  160. {
  161. "item": "minecraft:gold_ingot",
  162. "quantity": {
  163. "min": 1,
  164. "max": 2
  165. }
  166. }
  167. ],
  168. "gives": [
  169. {
  170. "item": "minecraft:cooked_beef",
  171. "quantity": {
  172. "min": 8,
  173. "max": 12
  174. }
  175. }
  176. ]
  177. },
  178. {
  179. "wants": [
  180. {
  181. "item": "minecraft:gold_ingot",
  182. "quantity": {
  183. "min": 1,
  184. "max": 2
  185. }
  186. }
  187. ],
  188. "gives": [
  189. {
  190. "item": "minecraft:cooked_chicken",
  191. "quantity": {
  192. "min": 8,
  193. "max": 12
  194. }
  195. }
  196. ]
  197. },
  198. {
  199. "wants": [
  200. {
  201. "item": "minecraft:gold_ingot",
  202. "quantity": {
  203. "min": 1,
  204. "max": 2
  205. }
  206. }
  207. ],
  208. "gives": [
  209. {
  210. "item": "minecraft:cooked_rabbit",
  211. "quantity": {
  212. "min": 8,
  213. "max": 12
  214. }
  215. }
  216. ]
  217. }
  218. ]
  219. }
  220. ]
  221. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement