Horizontal Framed Glass Pane
create:horizontal_framed_glass_pane

Horizontal Framed Glass Pane

Create · by simibubi
block Colorless Glass PaneGlass PanesColorless Glass PaneGlass Panes

Acquisition

Crafting using Horizontal Framed Glass, Horizontal Framed Glass, Horizontal Framed Glass, Horizontal Framed Glass, Horizontal Framed Glass and Horizontal Framed Glass, arranged in the pattern shown. Produces 16× Horizontal Framed Glass Pane.

Crafting
Horizontal Framed Glass Pane Horizontal Framed Glass Pane ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Horizontal Framed Glass Pane1–1100%Drops itself with Silk Touch

Used in (1)

Block drops

dropscountchanceconditions
Horizontal Framed Glass Pane1–1100%Drops itself with Silk Touch
Developer reference
Registry name
create:horizontal_framed_glass_pane
Namespace
create
Mod ID
create
Tags (4)
forge:blocks/glass_panes/colorless
forge:blocks/glass_panes
forge:items/glass_panes/colorless
forge:items/glass_panes

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:glass_panes/colorless"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "create:horizontal_framed_glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}