Haunted Chest
16×16 · BAKED

block· Machines & Other Blocks

Haunted Chest

Goety · by Polarice3
block Wooden ChestWooden ChestChestsChests

Haunted Chest is a block from Goety, crafted from Haunted Planks.

Acquisition

Crafting using Haunted Planks, Haunted Planks, Haunted Planks, Haunted Planks, Haunted Planks, Haunted Planks, Haunted Planks and Haunted Planks, arranged in the pattern shown. Produces Haunted Chest.

Crafting
Haunted Chest Haunted Chest guaranteed

Crafting using Haunted Planks, Haunted Planks, Haunted Planks, Haunted Planks, Rotten Chest, Haunted Planks, Haunted Planks, Haunted Planks and Haunted Planks, arranged in the pattern shown. Produces 2× Haunted Chest.

Crafting
Haunted Chest Haunted Chest ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Haunted Chest1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Crafting using Haunted Chest and Tripwire Hook, in any arrangement. Produces Trapped Haunted Chest.

Crafting ⇆ any arrangement
Haunted Chest
Tripwire Hook
Trapped Haunted Chest Trapped Haunted Chest guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:haunted_chest
Namespace
goety
Mod ID
goety
Tags (4)
forge:blocks/chests/wooden
forge:items/chests/wooden
goety:blocks/chests
goety:items/chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:haunted_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#C#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:haunted_planks"
    },
    "C": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}