Painting
minecraft:painting

Painting

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Stick, Stick, Stick, Stick, Any Wool, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces Painting.

Crafting
Painting Painting guaranteed
Developer reference
Registry name
minecraft:painting
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}