Birch Leaf Hedge
quark:birch_hedge

Birch Leaf Hedge

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe MineableHedgesHedges

Acquisition

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

Crafting conditional
Birch Leaf Hedge Birch Leaf Hedge ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Birch Leaf Hedge1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "L",
    "W"
  ],
  "ingredients": {
    "L": {
      "item": "minecraft:birch_leaves"
    },
    "W": {
      "tag": "minecraft:birch_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "hedges",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}