Yellow Stained Glass Pane
minecraft:yellow_stained_glass_pane

Yellow Stained Glass Pane

Dye Color:
Minecraft · by Mojang Studios
block

Acquisition

Crafting using Yellow Stained Glass, Yellow Stained Glass, Yellow Stained Glass, Yellow Stained Glass, Yellow Stained Glass and Yellow Stained Glass, arranged in the pattern shown. Produces 16× Yellow Stained Glass Pane.

Crafting
Yellow Stained Glass Pane Yellow Stained Glass Pane ×16 guaranteed

Crafting using Glass Pane, Glass Pane, Glass Pane, Glass Pane, Yellow Dye, Glass Pane, Glass Pane, Glass Pane and Glass Pane, arranged in the pattern shown. Produces 8× Yellow Stained Glass Pane.

Crafting
Glass Pane
Glass Pane
Glass Pane
Glass Pane
Yellow Dye
Glass Pane
Glass Pane
Glass Pane
Glass Pane
Yellow Stained Glass Pane Yellow Stained Glass Pane ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Stained Glass Pane1–1100%Drops itself with Silk Touch
Gameplay loot table: Trail Ruins Common (minecraft) minecraft:trail_ruins_common1–1100%

Block drops

dropscountchanceconditions
Yellow Stained Glass Pane1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:yellow_stained_glass_pane
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:yellow_stained_glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stained_glass_pane",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:yellow_dye"
    },
    {
      "item": "minecraft:glass_pane"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#$#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glass_pane"
    },
    "$": {
      "item": "minecraft:yellow_dye"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stained_glass_pane",
  "experience": null,
  "cooking_time": null
}