iron_ingot_from_nuggets.json 243 B

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