Crafting using Red Carpet, Red Carpet, Red Carpet, Stick and Stick, arranged in the pattern shown. Produces 2× Red Awning.
Red Awning
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Awning and Any Red Dye, in any arrangement. Produces Red Awning.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Red Awning | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Red Awning | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:awning_red- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
supplementaries:blocks/awnings supplementaries:items/awnings
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"1 1"
],
"ingredients": {
"0": {
"item": "minecraft:red_carpet"
},
"1": {
"item": "minecraft:stick"
}
},
"conditions": [
{
"raw": {
"flag": "awning",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:not",
"value": {
"flag": "flax",
"type": "supplementaries:flag"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "supplementaries:awning"
},
{
"tag": "forge:dyes/red"
}
],
"conditions": [
{
"raw": {
"flag": "awning",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"flag": "flax",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}