Crafting using Cherry Leaves and Any Cherry Logs, arranged in the pattern shown. Produces 2× Cherry Leaf Hedge.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cherry Leaf Hedge | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}

