Crafting using Green Carpet, White Carpet and Green Carpet, arranged in the pattern shown. Produces Green Striped Awning.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Green Striped Awning | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
mcwroofs:green_striped_awning- Namespace
mcwroofs- Mod ID
mcwroofs- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BAB"
],
"ingredients": {
"A": {
"item": "minecraft:white_carpet"
},
"B": {
"item": "minecraft:green_carpet"
}
},
"conditions": [],
"sequence": null,
"group_name": "awnings",
"experience": null,
"cooking_time": null
}