Crafting using Mangrove Chest and Tripwire Hook, in any arrangement. Produces Mangrove Trapped Chest.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mangrove Trapped Chest | 1–1 | 100% | Survives Explosion |
| Mangrove Trapped Loot Chest | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:mangrove_trapped_chest- Namespace
quark- Mod ID
quark- Tags (6)
forge:blocks/chests/trapped forge:blocks/chests/wooden forge:items/chests/trapped forge:items/chests/wooden minecraft:blocks/mineable/axe quark:items/revertable_trapped_chests
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "quark:mangrove_chest"
},
{
"item": "minecraft:tripwire_hook"
}
],
"conditions": [
{
"raw": {
"flag": "variant_chests",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}