Cyan Curtain
16×16 · BAKED

block· Machines & Other Blocks

Cyan Curtain

Dye Color:
Another Furniture · by Starfish Studios
block CurtainsCurtainsCyan DyedCyan Dyed

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

Acquisition

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

Crafting
Cyan Curtain Cyan Curtain ×3 guaranteed

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

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

Mining & drops

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

Block drops

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

Recipe JSON (2):

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