Crafting using Stick, Any Planks, String, Any Planks and Any Planks, arranged in the pattern shown. Produces Lute.
item· Other
Lute
Immersive Melodies · by Luke100000
Lute is an item from Immersive Melodies, crafted from Stick, Any Planks, and String.
Acquisition
Related items
Developer reference
- Registry name
immersive_melodies:lute- Namespace
immersive_melodies- Mod ID
immersive_melodies- Tags (1)
immersive_melodies:items/instruments
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I",
"PS ",
"PP "
],
"ingredients": {
"I": {
"anyOf": [
{
"item": "minecraft:stick"
}
]
},
"P": {
"anyOf": [
{
"tag": "minecraft:planks"
}
]
},
"S": {
"anyOf": [
{
"item": "minecraft:string"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}