minecraft:yellow_stained_glass

Yellow Stained Glass

Dye Color:
Minecraft · by Mojang Studios
block Impermeable

Acquisition

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

Crafting
Yellow Stained Glass ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Stained Glass1–1100%Drops itself with Silk Touch

Used in (1)

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

Block drops

dropscountchanceconditions
Yellow Stained Glass1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:yellow_stained_glass
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/impermeable

Recipe JSON (2):

{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:yellow_dye"
    },
    {
      "item": "minecraft:glass"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glass"
    },
    "X": {
      "item": "minecraft:yellow_dye"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stained_glass",
  "experience": null,
  "cooking_time": null
}