Cyan Cushion
handcrafted:cyan_cushion

Cyan Cushion

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

Acquisition

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

Crafting
Cyan Cushion Cyan Cushion ×16 guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Cyan Cushion1–1100%Survives Explosion

Block drops

Drops itself when broken.

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