Weathered Iron Window Pane
create:weathered_iron_window_pane

Weathered Iron Window Pane

Create · by simibubi
block Glass PanesGlass Panes

Acquisition

Splashing using Industrial Iron Window Pane. Produces Weathered Iron Window Pane.

Splashing
Weathered Iron Window Pane Weathered Iron Window Pane guaranteed

Crafting using Weathered Iron Window, Weathered Iron Window, Weathered Iron Window, Weathered Iron Window, Weathered Iron Window and Weathered Iron Window, arranged in the pattern shown. Produces 16× Weathered Iron Window Pane.

Crafting
Weathered Iron Window Pane Weathered Iron Window Pane ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Weathered Iron Window Pane1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Weathered Iron Window Pane1–1100%Drops itself with Silk Touch
Developer reference
Registry name
create:weathered_iron_window_pane
Namespace
create
Mod ID
create
Tags (2)
forge:blocks/glass_panes
forge:items/glass_panes

Recipe JSON (2):

{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "item": "create:industrial_iron_window_pane"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "create:weathered_iron_window"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}