Crafting using Fiery Trumpet Leaves and Any Blossom Logs, arranged in the pattern shown. Produces 2× Fiery Trumpet Leaf Hedge.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fiery Trumpet Leaf Hedge | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:red_blossom_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": "quark:red_blossom_leaves"
},
"W": {
"tag": "quark:blossom_logs"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "hedges",
"type": "quark:flag"
},
{
"flag": "blossom_trees",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

