Item Frame
minecraft:item_frame

Item Frame

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Treated Stick, Treated Stick, Treated Stick, Treated Stick, Cardboard, Treated Stick, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Item Frame.

Crafting
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Cardboard
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Item Frame Item Frame guaranteed

Crafting using Stick, Stick, Stick, Stick, Leather, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces Item Frame.

Crafting
Stick
Stick
Stick
Stick
Leather
Stick
Stick
Stick
Stick
Item Frame Item Frame guaranteed

Used in (1)

Crafting using Item Frame and Glow Ink Sac, in any arrangement. Produces Glow Item Frame.

Crafting ⇆ any arrangement
Item Frame
Glow Ink Sac
Glow Item Frame Glow Item Frame guaranteed
Developer reference
Registry name
minecraft:item_frame
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SPS",
    "SSS"
  ],
  "ingredients": {
    "P": {
      "item": "create:cardboard"
    },
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "item": "minecraft:leather"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}