Light Blue Cushion
handcrafted:light_blue_cushion

Light Blue Cushion

Dye Color:
Handcrafted · by Alex Nijjar, Kekie6
block CushionsCushions

Acquisition

Crafting using Light Blue Wool, Light Blue Wool, Light Blue Wool, Feather, Feather, Feather, Light Blue Wool, Light Blue Wool and Light Blue Wool, arranged in the pattern shown. Produces 16× Light Blue Cushion.

Crafting
Light Blue Cushion Light Blue Cushion ×16 guaranteed

Crafting using Any Cushions and Light Blue Dye, in any arrangement. Produces Light Blue Cushion.

Crafting ⇆ any arrangement
Any Cushions
Light Blue Dye
Light Blue Cushion Light Blue Cushion guaranteed

Mining & drops

sourcecountchanceconditions
Light Blue Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
handcrafted:light_blue_cushion
Namespace
handcrafted
Mod ID
handcrafted
Tags (2)
handcrafted:blocks/cushions
handcrafted:items/cushions

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "///",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:light_blue_wool"
    },
    "/": {
      "item": "minecraft:feather"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "handcrafted:cushions"
    },
    {
      "item": "minecraft:light_blue_dye"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}