Lute
16×16 · BAKED

item· Other

Lute

Immersive Melodies · by Luke100000
item Instruments

Lute is an item from Immersive Melodies, crafted from Stick, Any Planks, and String.

Acquisition

Crafting using Stick, Any Planks, String, Any Planks and Any Planks, arranged in the pattern shown. Produces Lute.

Crafting
Stick
Any Planks
String
Any Planks
Any Planks
Lute Lute guaranteed
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
}