Advertisement
TitanChase

Untitled

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