diorite_stairs.json 234 B

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