Window Base
mcwwindows:window_base

Window Base

Macaw's Windows · by Sketch Macaw & Peachy Macaw
item

Acquisition

Crafting using Stick, Stick, Stick, Stick, Glass, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces 4× Window Base.

Crafting
Window Base Window Base ×4 guaranteed

Crafting using Window Half Pane Base, in any arrangement. Produces Window Base.

Crafting ⇆ any arrangement
Window Half Pane Base
Window Base Window Base guaranteed

Used in (88)

Crafting using Window Base, Window Base, Stripped Oak Log, Window Base and Window Base, arranged in the pattern shown. Produces 4× Resizeable Stripped Oak Window.

Crafting
Resizeable Stripped Oak Window Resizeable Stripped Oak Window ×4 guaranteed

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

Crafting
Resizeable Acacia Window Resizeable Acacia Window ×4 guaranteed

Crafting using Window Base, Window Base, Window Base, Window Base, Diorite, Window Base, Window Base, Window Base and Window Base, arranged in the pattern shown. Produces 8× Diorite Pane Window.

Crafting
Diorite Pane Window Diorite Pane Window ×8 guaranteed

Crafting using Window Base, Window Base, Window Base, Window Base, Red Sandstone, Window Base, Window Base, Window Base and Window Base, arranged in the pattern shown. Produces 8× Red Sandstone Pane Window.

Crafting
Red Sandstone Pane Window Red Sandstone Pane Window ×8 guaranteed

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

Crafting
Resizeable Andesite Window Resizeable Andesite Window ×4 guaranteed
view all 88 →
Developer reference
Registry name
mcwwindows:window_base
Namespace
mcwwindows
Mod ID
mcwwindows

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AAA",
    "ABA",
    "AAA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:stick"
    },
    "B": {
      "item": "minecraft:glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "window_items",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "mcwwindows:window_half_bar_base"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "window_items",
  "experience": null,
  "cooking_time": null
}