1
0

flint_and_steel.json 221 B

1234567891011121314
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:iron_ingot"
  6. },
  7. {
  8. "item": "minecraft:flint"
  9. }
  10. ],
  11. "result": {
  12. "item": "minecraft:flint_and_steel"
  13. }
  14. }