chiseled_stone_bricks.json 219 B

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