Crafting using Any Cushions and Green Dye, in any arrangement. Produces Green Cushion.
Acquisition
Crafting using Green Wool, Green Wool, Green Wool, Feather, Feather, Feather, Green Wool, Green Wool and Green Wool, arranged in the pattern shown. Produces 16× Green Cushion.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Green Cushion | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
handcrafted:green_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:green_dye"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"///",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:green_wool"
},
"/": {
"item": "minecraft:feather"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
