Black Cushion
handcrafted:black_cushion

Black Cushion

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

Acquisition

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

Crafting
Black Cushion Black Cushion ×16 guaranteed

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

Crafting ⇆ any arrangement
Any Cushions
Black Dye
Black Cushion Black Cushion guaranteed

Mining & drops

sourcecountchanceconditions
Black Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
handcrafted:black_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:black_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:black_dye"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}