Light Gray Cushion
handcrafted:light_gray_cushion

Light Gray Cushion

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

Acquisition

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

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

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

Crafting
Light Gray Cushion Light Gray Cushion ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Light Gray Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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