mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 19:45:37 +00:00
29 lines
508 B
JSON
29 lines
508 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:waxed_chiseled_copper"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"#",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:waxed_cut_copper_slab"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:waxed_cut_copper_slab"
|
|
}
|
|
],
|
|
"result": {
|
|
"count": 1,
|
|
"item": "minecraft:waxed_chiseled_copper"
|
|
}
|
|
}
|
|
} |