Pink Awning
supplementaries:awning_pink

Pink Awning

Supplementaries · by MehVahdJukaar, Plantkillable
block AwningsAwnings

Acquisition

Crafting using Pink Carpet, Pink Carpet, Pink Carpet, Stick and Stick, arranged in the pattern shown. Produces 2× Pink Awning.

Crafting conditional
Pink Carpet
Pink Carpet
Pink Carpet
Stick
Stick
Pink Awning Pink Awning ×2 guaranteed

Crafting using Awning and Any Pink Dye, in any arrangement. Produces Pink Awning.

Crafting ⇆ any arrangement conditional
Awning
Any Pink Dye
Pink Awning Pink Awning guaranteed

Mining & drops

sourcecountchanceconditions
Pink Awning1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Pink Awning1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:awning_pink
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:pink_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/pink"
    }
  ],
  "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
}