Light Blue Curtain
16×16 · BAKED

block· Machines & Other Blocks

Light Blue Curtain

Dye Color:
Another Furniture · by Starfish Studios
block CurtainsCurtainsLight Blue DyedLight Blue Dyed

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

Acquisition

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

Crafting
Light Blue Curtain Light Blue Curtain ×3 guaranteed

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

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

Mining & drops

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

Block drops

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

Recipe JSON (2):

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