mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
29 lines
520 B
JSON
29 lines
520 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:oxidized_chiseled_copper"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"#",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:oxidized_cut_copper_slab"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:oxidized_cut_copper_slab"
|
|
}
|
|
],
|
|
"result": {
|
|
"count": 1,
|
|
"item": "minecraft:oxidized_chiseled_copper"
|
|
}
|
|
}
|
|
} |