Crafting using Bone, Stick and Stick, arranged in the pattern shown. Produces Flute.
item· Other
Flute
Immersive Melodies · by Luke100000
Flute is an item from Immersive Melodies, crafted from Bone and Stick.
Acquisition
Used in
Related items
Developer reference
- Registry name
immersive_melodies:flute- Namespace
immersive_melodies- Mod ID
immersive_melodies- Tags (1)
immersive_melodies:items/instruments
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" B",
" S ",
"S "
],
"ingredients": {
"B": {
"anyOf": [
{
"item": "minecraft:bone"
}
]
},
"S": {
"anyOf": [
{
"item": "minecraft:stick"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}