Yellow Curtain
16×16 · BAKED

block· Machines & Other Blocks

Yellow Curtain

Dye Color:
Another Furniture · by Starfish Studios
block CurtainsCurtainsYellow DyedYellow Dyed

Yellow Curtain is a block from Another Furniture, crafted from Yellow Dye and Orange Curtain.

Acquisition

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

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

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

Crafting
Yellow Curtain Yellow Curtain ×3 guaranteed

Mining & drops

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

Block drops

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

Recipe JSON (2):

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