Files
minecraft-assets/data/minecraft/recipes/flint_and_steel.json
2024-04-22 09:12:07 +02:00

16 lines
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"
}
}