minecraft-src/data/minecraft/recipe/flint_and_steel.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
262 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "equipment",
"ingredients": [
{
"item": "minecraft:iron_ingot"
},
{
"item": "minecraft:flint"
}
],
"result": {
"count": 1,
"id": "minecraft:flint_and_steel"
}
}