Crafting using Vertical Azalea Planks, in any arrangement. Produces Azalea Planks.

Azalea Planks
Acquisition
Crafting using Any Azalea Logs, in any arrangement. Produces 4× Azalea Planks.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Azalea Planks | 1–1 | 100% | Survives Explosion |
Used in (15)
Crafting using Treated Stick, Treated Stick, Treated Stick, Azalea Planks, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces 4× Azalea Ladder.
Crafting using Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces 3× Azalea Door.
Crafting using Azalea Planks, Any Wooden Chest, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces Azalea Boat with Chest.
Crafting using Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces 3× Vertical Azalea Planks.
Crafting using Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces Azalea Boat.
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:azalea_planks- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/axe minecraft:blocks/planks minecraft:items/planks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "quark:vertical_azalea_planks"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "vertical_planks",
"type": "quark:flag"
},
{
"flag": "azalea_wood",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"tag": "quark:azalea_logs"
},
"conditions": [
{
"raw": {
"flag": "azalea_wood",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": "planks",
"experience": null,
"cooking_time": null
}

