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

