Crafting using Black Stained Glass Pane, Yellow Stained Glass Pane, Black Stained Glass Pane, Red Stained Glass Pane, Red Stained Glass Pane, Red Stained Glass Pane, Black Stained Glass Pane, Yellow Stained Glass Pane and Black Stained Glass Pane, arranged in the pattern shown. Produces 4× Window.
block· Windows
Window
[Let's Do] Vinery · by Jason13Official, Satisfy
Window is a block from [Let's Do] Vinery, crafted from Black Stained Glass Pane, Yellow Stained Glass Pane, and Red Stained Glass Pane.
Acquisition
Crafting using Glass Pane, Glass Pane, Glass Pane, Black Dye, Yellow Dye, Red Dye, Glass Pane, Glass Pane and Glass Pane, arranged in the pattern shown. Produces 8× Window.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Window | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Window | 1–1 | 100% | Drops itself with Silk Touch |
Developer reference
- Registry name
vinery:window- Namespace
vinery- Mod ID
vinery
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"iCi",
"BBB",
"iCi"
],
"ingredients": {
"B": {
"item": "minecraft:red_stained_glass_pane"
},
"C": {
"item": "minecraft:yellow_stained_glass_pane"
},
"i": {
"item": "minecraft:black_stained_glass_pane"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"U$B",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:yellow_dye"
},
"B": {
"item": "minecraft:red_dye"
},
"U": {
"item": "minecraft:black_dye"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}