create:weathered_iron_window

Weathered Iron Window

Create · by simibubi
block Impermeable

Acquisition

Crafting using Block of Weathered Iron, Block of Weathered Iron, Any Colorless Glas and Block of Weathered Iron, arranged in the pattern shown. Produces 2× Weathered Iron Window.

Crafting
Weathered Iron Window ×2 guaranteed

Splashing using Industrial Iron Window. Produces Weathered Iron Window.

Splashing
Weathered Iron Window guaranteed

Mining & drops

sourcecountchanceconditions
Weathered Iron Window1–1100%Drops itself with Silk Touch

Used in (1)

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

Block drops

dropscountchanceconditions
Weathered Iron Window1–1100%Drops itself with Silk Touch
Developer reference
Registry name
create:weathered_iron_window
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/impermeable

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#X#"
  ],
  "ingredients": {
    "#": {
      "item": "create:weathered_iron_block"
    },
    "X": {
      "tag": "forge:glass/colorless"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "item": "create:industrial_iron_window"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}