Advertisement
sastofficial

sword to pickaxe json

Dec 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "type": "crafting_shaped",
  3. "pattern": [
  4. "###",
  5. " D "
  6. ],
  7. "key": {
  8. "#": {
  9. "item": "minecraft:diamond"
  10. },
  11. "D": {
  12. "item": "minecraft:diamond_sword"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:diamond_pickaxe",
  17. "count": 1
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement