Magenta Cushion
handcrafted:magenta_cushion

Magenta Cushion

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

Acquisition

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

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

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

Crafting
Magenta Cushion Magenta Cushion ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Magenta Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

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