Advertisement
Shdw13

shapedRecipes.json

Jun 17th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {"data":
  2. [
  3. {
  4. "input": [["redstone", "redstone", "redstone"],
  5. ["redstone", "refineddiamond", "redstone"],
  6. ["redstone", "redstone", "redstone"]],
  7. "output": "powereddiamond"
  8. },
  9. {
  10. "input": [["null", "null", "powereddiamond"],
  11. ["null", "powereddiamond", "null"],
  12. ["stickWood", "null", "null"]],
  13. "output": "powereddiamondsword"
  14. },
  15. {
  16. "input": [["obsidian", "obsidian", "obsidian"],
  17. ["obsidian", "coal", "obsidian"],
  18. ["obsidian", "obsidian", "obsidian"]],
  19. "output": "shadowshard"
  20. "outputAmount": "8"
  21. },
  22. {
  23. "input": [["shadowshard", "shadowshard", "shadowshard"],
  24. ["shadowshard", "powereddiamond", "shadowshard"],
  25. ["shadowshard", "shadowshard", "shadowshard"]],
  26. "output": "shadowstone"
  27. },
  28. {
  29. "input": [["null", "null", "shadowstone"],
  30. ["null", "shadowstone", "null"],
  31. ["stickWood", "null", "null"]],
  32. "output": "shadowsword"
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement