Advertisement
Guest User

Untitled

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