Crafting using Awning and Organic Black Dye, in any arrangement. Produces Black Awning.
Black Awning
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Black Carpet, Black Carpet, Black Carpet, Stick and Stick, arranged in the pattern shown. Produces 2× Black Awning.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Black Awning | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
supplementaries:awning_black- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
supplementaries:blocks/awnings supplementaries:items/awnings
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "supplementaries:awning"
},
{
"tag": "forge:dyes/black"
}
],
"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
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"1 1"
],
"ingredients": {
"0": {
"item": "minecraft:black_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
}