TitanChase

Untitled

Mar 7th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. {
  2.   "minecraft:iron_pickaxe":
  3.   {
  4.     "count" : "1",
  5.     "items":
  6.     {
  7.       "minecraft:stick" : "2",
  8.       "minecraft:iron_ingot" : "3"
  9.     }
  10.   },
  11.     "minecraft:diamond_pickaxe":
  12.   {
  13.     "count" : "1",
  14.     "items":
  15.     {
  16.       "minecraft:stick" : "2",
  17.       "minecraft:diamond" : "3"
  18.     }
  19.   }
  20.  
  21. }
Add Comment
Please, Sign In to add comment