Flute
16×16 · BAKED

item· Other

Flute

Immersive Melodies · by Luke100000
item Instruments

Flute is an item from Immersive Melodies, crafted from Bone and Stick.

Acquisition

Crafting using Bone, Stick and Stick, arranged in the pattern shown. Produces Flute.

Crafting
Bone
Stick
Stick
Flute Flute guaranteed

Used in

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: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
}