iron_trapdoor.json 207 B

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