stone_slab.json 206 B

123456789101112131415
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "###"
  5. ],
  6. "key": {
  7. "#": {
  8. "item": "minecraft:stone"
  9. }
  10. },
  11. "result": {
  12. "item": "minecraft:stone_slab",
  13. "count": 6
  14. }
  15. }