redstone_block.json 219 B

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