---
title: Altar of the Dead
id: mythsandlegends:item/altar_of_the_dead
icon: mythsandlegends:item/altar_of_the_dead
type: block
custom:
    Type: Functional
    Rarity: Common
---

The **Altar of the Dead** is a mysterious ritual item used to summon the formidable boss **The Black Charro**. It is found exclusively within [Graveyard](https://moddedmc.wiki/en/project/structures/graveyard) structures.

## Stats
- None.

## Obtaining
- Can be found naturally in **Graveyard Structure**.
- Can also be crafted.

## Crafting
- The **Altar of the Dead** can be crafted using skeleton skull, black candle, marigold and chiseled deepslate.

<CraftingRecipe
    slots={[
        'minecraft:skeleton_skull',
        'minecraft:black_candle',
        'minecraft:black_candle',
        'mythsandlegends:item/marigold',
        'minecraft:chiseled_deepslate',
        'mythsandlegends:item/marigold',
        'minecraft:chiseled_deepslate',
        'minecraft:chiseled_deepslate',
        'minecraft:chiseled_deepslate'
    ]}
    result="mythsandlegends:item/altar_of_the_dead"
/>

## Usage
- To activate the altar and begin the summoning ritual, players must possess a [Soulbinder Amulet](https://moddedmc.wiki/en/project/myths-n-legends/docs/items/soulbinder_amulet). Once the conditions are met, the altar initiates a dark ceremony that calls forth **The Black Charro**.

---
