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


