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/noteblock_from_mangrove_planks.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

29 lines
604 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:noteblock_from_mangrove_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "mangrove_planks"
},
"B": {
"item": "redstone"
}
},
"result": {
"item": "noteblock",
"count": 1
},
"priority": 2
}
}