Pink Cushion
handcrafted:pink_cushion

Pink Cushion

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

Acquisition

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

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

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

Crafting
Pink Cushion Pink Cushion ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Pink Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
handcrafted:pink_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:pink_dye"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "///",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:pink_wool"
    },
    "/": {
      "item": "minecraft:feather"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}