Crafting using Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces Azalea Chest.
Azalea Chest
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs and Any Azalea Logs, arranged in the pattern shown. Produces 4× Azalea Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Azalea Loot Chest | 1–1 | 100% | Survives Explosion |
| Azalea Chest | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Azalea Chest and Tripwire Hook, in any arrangement. Produces Azalea Trapped Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:azalea_chest- Namespace
quark- Mod ID
quark- Tags (7)
forge:blocks/chests/wooden forge:blocks/chests forge:items/chests/wooden forge:items/chests minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/axe quark:items/revertable_chests
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"item": "quark:azalea_planks"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "variant_chests",
"type": "quark:flag"
},
{
"flag": "azalea_wood",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "azalea_chest",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"tag": "quark:azalea_logs"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "wood_to_chest_recipes",
"type": "quark:flag"
},
{
"flag": "variant_chests",
"type": "quark:flag"
},
{
"flag": "azalea_wood",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "azalea_chest",
"experience": null,
"cooking_time": null
}

