Resizeable Blackstone Window
mcwwindows:blackstone_window

Resizeable Blackstone Window

Macaw's Windows · by Sketch Macaw & Peachy Macaw
block WindowsPickaxe MineableWalls

Acquisition

Crafting using Window Base, Window Base, Polished Blackstone, Window Base and Window Base, arranged in the pattern shown. Produces 4× Resizeable Blackstone Window.

Crafting
Resizeable Blackstone Window Resizeable Blackstone Window ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Resizeable Blackstone Window1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
mcwwindows:blackstone_window
Namespace
mcwwindows
Mod ID
mcwwindows
Tags (3)
mcwwindows:blocks/windows
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " A ",
    "ABA",
    " A "
  ],
  "ingredients": {
    "A": {
      "item": "mcwwindows:window_base"
    },
    "B": {
      "item": "minecraft:polished_blackstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "windows",
  "experience": null,
  "cooking_time": null
}