1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/recipes/crafting_table_copper_trapdoor.json
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

29 lines
482 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:copper_trapdoor"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"unlock": [
{
"item": "minecraft:copper_ingot"
}
],
"result": {
"item": "minecraft:copper_trapdoor",
"count": 2
}
}
}