Crafting using Flax, Flax, Flax, Stick and Stick, arranged in the pattern shown. Produces 2× Awning.
Awning
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Awning | 1–1 | 100% | Survives Explosion |
Used in (16)
Crafting using Awning and Sulfur Dust, in any arrangement. Produces Yellow Awning.
Crafting using Awning and Organic Black Dye, in any arrangement. Produces Black Awning.
Crafting using Awning and Any Blue Dye, in any arrangement. Produces Blue Awning.
Crafting using Awning and Any Purple Dye, in any arrangement. Produces Purple Awning.
Crafting using Awning and Any Lime Dye, in any arrangement. Produces Lime Awning.
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Awning | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:awning- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
supplementaries:blocks/awnings supplementaries:items/awnings
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"1 1"
],
"ingredients": {
"0": {
"item": "supplementaries:flax"
},
"1": {
"item": "minecraft:stick"
}
},
"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
}