Crafting using Bone, Bone, Bone, Note Block, Note Block and Note Block, arranged in the pattern shown. Produces Piano.
- Inputs
- 3 × Bone
- 3 × Note Block
- Output
- → Piano
item· Other
Piano is an item from Immersive Melodies, crafted from Bone and Note Block.
Crafting using Bone, Bone, Bone, Note Block, Note Block and Note Block, arranged in the pattern shown. Produces Piano.
immersive_melodies:pianoimmersive_melodiesimmersive_melodiesimmersive_melodies:items/instruments
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"NNN",
" "
],
"ingredients": {
"B": {
"anyOf": [
{
"item": "minecraft:bone"
}
]
},
"N": {
"anyOf": [
{
"item": "minecraft:note_block"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}