stone_brick_wall.json 230 B

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