Crafting using Any Blossom Logs, Any Blossom Logs, Any Blossom Logs, Any Blossom Logs, Any Blossom Logs, Any Blossom Logs, Any Blossom Logs and Any Blossom Logs, arranged in the pattern shown. Produces 4× Trumpet Chest.
Trumpet Chest
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Trumpet Planks, Trumpet Planks, Trumpet Planks, Trumpet Planks, Trumpet Planks, Trumpet Planks, Trumpet Planks and Trumpet Planks, arranged in the pattern shown. Produces Trumpet Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Trumpet Chest | 1–1 | 100% | Survives Explosion |
| Trumpet Loot Chest | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Trumpet Chest and Tripwire Hook, in any arrangement. Produces Trumpet Trapped Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:blossom_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": {
"#": {
"tag": "quark:blossom_logs"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "wood_to_chest_recipes",
"type": "quark:flag"
},
{
"flag": "variant_chests",
"type": "quark:flag"
},
{
"flag": "blossom_trees",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "blossom_chest",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"item": "quark:blossom_planks"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "variant_chests",
"type": "quark:flag"
},
{
"flag": "blossom_trees",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "blossom_chest",
"experience": null,
"cooking_time": null
}

