Tiny Drum
16×16 · BAKED

item· Other

Tiny Drum

Immersive Melodies · by Luke100000
item Instruments

Tiny Drum is an item from Immersive Melodies, crafted from Leather, String, and Alpha Log.

Acquisition

Crafting using Leather, Leather, Leather, String, Alpha Log and String, arranged in the pattern shown. Produces Tiny Drum.

Crafting
Tiny Drum Tiny Drum guaranteed
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
}