White Curtain
16×16 · BAKED

block· Machines & Other Blocks

White Curtain

Dye Color:
Another Furniture · by Starfish Studios
block CurtainsCurtainsWhite DyedWhite Dyed

White Curtain is a block from Another Furniture, crafted from Stick and White Wool.

Acquisition

Crafting using Stick, Stick, White Wool, White Wool, White Wool and White Wool, arranged in the pattern shown. Produces 3× White Curtain.

Crafting
White Curtain White Curtain ×3 guaranteed

Crafting using White Dye and Orange Curtain, in any arrangement. Produces White Curtain.

Crafting ⇆ any arrangement
White Dye
Orange Curtain
White Curtain White Curtain guaranteed

Mining & drops

sourcecountchanceconditions
White Curtain1–1100%Survives Explosion, Block State Property

Block drops

dropscountchanceconditions
White Curtain1–1100%Survives Explosion, Block State Property
Developer reference
Registry name
another_furniture:white_curtain
Namespace
another_furniture
Mod ID
another_furniture
Tags (4)
another_furniture:blocks/curtains
another_furniture:items/curtains
c:blocks/dyed/white
c:items/dyed/white

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "//",
    "WW",
    "WW"
  ],
  "ingredients": {
    "/": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "minecraft:white_wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "curtains",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:white_dye"
    },
    {
      "tag": "another_furniture:curtains"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "curtains",
  "experience": null,
  "cooking_time": null
}