Bagpipe
16×16 · BAKED

item· Other

Bagpipe

Immersive Melodies · by Luke100000
item Instruments

Bagpipe is an item from Immersive Melodies, crafted from Flute and Leather.

Acquisition

Crafting using Flute, Flute, Leather, Leather, Flute, Leather, Leather and Leather, arranged in the pattern shown. Produces Bagpipe.

Crafting
Flute
Flute
Leather
Leather
Flute
Leather
Leather
Leather
Bagpipe Bagpipe guaranteed
Developer reference
Registry name
immersive_melodies:bagpipe
Namespace
immersive_melodies
Mod ID
immersive_melodies
Tags (1)
immersive_melodies:items/instruments

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FF ",
    "LLF",
    "LLL"
  ],
  "ingredients": {
    "F": {
      "anyOf": [
        {
          "item": "immersive_melodies:flute"
        }
      ]
    },
    "L": {
      "anyOf": [
        {
          "item": "minecraft:leather"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}