iron_chestplate.json 222 B

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