block· Machines & Other Blocks

Window Block

[Let's Do] Vinery · by Jason13Official, Satisfy
block

Window Block is a block from [Let's Do] Vinery, crafted from Glass, Black Dye, Yellow Dye, and Red Dye.

Acquisition

Crafting using Glass, Glass, Glass, Black Dye, Yellow Dye, Red Dye, Glass, Glass and Glass, arranged in the pattern shown. Produces 8× Window Block.

Crafting
Window Block ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Window Block1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Window Block1–1100%Drops itself with Silk Touch
Developer reference
Registry name
vinery:window_block
Namespace
vinery
Mod ID
vinery

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "U$B",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glass"
    },
    "$": {
      "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
}