1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-24 20:09:28 +00:00
bedrock-samples/behavior_pack/recipes/dark_oak_hanging_sign.json

33 lines
591 B
JSON
Raw Normal View History

2023-06-07 09:13:48 -07:00
{
2023-07-11 09:11:33 -07:00
"format_version": "1.20.10",
2023-06-07 09:13:48 -07:00
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:dark_oak_hanging_sign"
},
"tags": [ "crafting_table" ],
"group": "sign",
"pattern": [
"| |",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stripped_dark_oak_log"
},
"|": {
"item": "minecraft:chain"
}
},
2023-07-11 09:11:33 -07:00
"unlock": [
{
"item": "minecraft:stripped_dark_oak_log"
}
],
2023-06-07 09:13:48 -07:00
"result": {
"item": "minecraft:dark_oak_hanging_sign",
"count": 6
}
}
}