Azalea Leaf Hedge
quark:azalea_hedge

Azalea Leaf Hedge

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe MineableHedgesHedges

Acquisition

Crafting using Azalea Leaves and Any Oak Logs, arranged in the pattern shown. Produces 2× Azalea Leaf Hedge.

Crafting conditional
Azalea Leaf Hedge Azalea Leaf Hedge ×2 guaranteed

Crafting using Azalea Leaves and Any Azalea Logs, arranged in the pattern shown. Produces 2× Azalea Leaf Hedge.

Crafting conditional
Azalea Leaf Hedge Azalea Leaf Hedge ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Azalea Leaf Hedge1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:azalea_hedge
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/axe
quark:blocks/hedges
quark:items/hedges

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "L",
    "W"
  ],
  "ingredients": {
    "L": {
      "item": "minecraft:azalea_leaves"
    },
    "W": {
      "tag": "minecraft:oak_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "hedges",
            "type": "quark:flag"
          },
          {
            "type": "forge:not",
            "value": {
              "flag": "azalea_wood",
              "type": "quark:flag"
            }
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "L",
    "W"
  ],
  "ingredients": {
    "L": {
      "item": "minecraft:azalea_leaves"
    },
    "W": {
      "tag": "quark:azalea_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "hedges",
            "type": "quark:flag"
          },
          {
            "flag": "azalea_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}