Crafting using Leather, Leather, Leather, String, Alpha Log and String, arranged in the pattern shown. Produces Tiny Drum.
item· Other
Tiny Drum
Immersive Melodies · by Luke100000
Tiny Drum is an item from Immersive Melodies, crafted from Leather, String, and Alpha Log.
Acquisition
Related items
Developer reference
- Registry name
immersive_melodies:tiny_drum- Namespace
immersive_melodies- Mod ID
immersive_melodies- Tags (1)
immersive_melodies:items/instruments
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"LLL",
"SWS",
" "
],
"ingredients": {
"L": {
"anyOf": [
{
"item": "minecraft:leather"
}
]
},
"S": {
"anyOf": [
{
"item": "minecraft:string"
}
]
},
"W": {
"anyOf": [
{
"tag": "minecraft:logs"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
