mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
31 lines
497 B
JSON
31 lines
497 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:flint_and_steel"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
{
|
|
"item": "minecraft:flint"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:flint"
|
|
},
|
|
{
|
|
"item": "minecraft:obsidian"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:flint_and_steel"
|
|
}
|
|
}
|
|
}
|