quartz_slab.json 358 B

1234567891011121314151617181920212223
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "###"
  5. ],
  6. "key": {
  7. "#": [
  8. {
  9. "item": "minecraft:chiseled_quartz_block"
  10. },
  11. {
  12. "item": "minecraft:quartz_block"
  13. },
  14. {
  15. "item": "minecraft:quartz_pillar"
  16. }
  17. ]
  18. },
  19. "result": {
  20. "item": "minecraft:quartz_slab",
  21. "count": 6
  22. }
  23. }