Lime Awning
supplementaries:awning_lime

Lime Awning

Supplementaries · by MehVahdJukaar, Plantkillable
block AwningsAwnings

Acquisition

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

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

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

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

Mining & drops

sourcecountchanceconditions
Lime Awning1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Lime Awning1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:awning_lime
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:lime_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/lime"
    }
  ],
  "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
}