diorite.json 269 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "CQ",
  5. "QC"
  6. ],
  7. "key": {
  8. "Q": {
  9. "item": "minecraft:quartz"
  10. },
  11. "C": {
  12. "item": "minecraft:cobblestone"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:diorite",
  17. "count": 2
  18. }
  19. }