Crafting using Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks and Warped Planks, arranged in the pattern shown. Produces Warped Chest.
Acquisition
Crafting using Any Warped Stems, Any Warped Stems, Any Warped Stems, Any Warped Stems, Any Warped Stems, Any Warped Stems, Any Warped Stems and Any Warped Stems, arranged in the pattern shown. Produces 4× Warped Chest.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Warped Chest | 1–1 | 100% | Survives Explosion |
| Warped Loot Chest | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Warped Chest and Tripwire Hook, in any arrangement. Produces Warped Trapped Chest.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:warped_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": {
"#": {
"item": "minecraft:warped_planks"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "variant_chests",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": "warped_chest",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"ingredients": {
"#": {
"tag": "minecraft:warped_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": "warped_chest",
"experience": null,
"cooking_time": null
}

