mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
38 lines
628 B
JSON
38 lines
628 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:crafter"
|
|
},
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"###",
|
|
"#C#",
|
|
"RDR"
|
|
],
|
|
"key": {
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
"D": {
|
|
"item": "minecraft:dropper"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:crafting_table"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:dropper"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:crafter"
|
|
}
|
|
}
|
|
}
|