Cherry Leaf Hedge
quark:cherry_hedge

Cherry Leaf Hedge

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

Acquisition

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

Crafting conditional
Cherry Leaf Hedge Cherry Leaf Hedge ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Cherry Leaf Hedge1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:cherry_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:cherry_leaves"
    },
    "W": {
      "tag": "minecraft:cherry_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "hedges",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}