Blue Curtain
16×16 · BAKED

block· Machines & Other Blocks

Blue Curtain

Dye Color:
Another Furniture · by Starfish Studios
block CurtainsCurtainsBlue DyedBlue Dyed

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

Acquisition

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

Crafting
Blue Curtain Blue Curtain ×3 guaranteed

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

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

Mining & drops

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

Block drops

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

Recipe JSON (2):

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