---
title: Stone Sanctum Table
id: mythsandlegends:item/stone_sanctum_table
icon: mythsandlegends:item/stone_sanctum_table
type: block
custom:
    Type: Functional
    Rarity: Common
---

The **Stone Sanctum Table** is a mysterious ritual altar used to assemble and awaken the Gargoyle Effigy.

## Obtaining
- Can be crafted.

## Crafting
- The **Stone Sanctum Table** can be crafted using chiseled tuff, chiseled tuff bricks and a cursed core.
> Note: For **1.20.1** the recipe uses deepslate blocks.

<CraftingRecipe
    slots={[
        'minecraft:chiseled_tuff_bricks',
        'minecraft:chiseled_tuff',
        'minecraft:chiseled_tuff_bricks',
        '',
        'mythsandlegends:item/cursed_core',
        '',
        'minecraft:chiseled_tuff_bricks',
        'minecraft:chiseled_tuff_bricks',
        'minecraft:chiseled_tuff_bricks'
    ]}
    result="mythsandlegends:item/stone_sanctum_table"
/>

## Usage
<Asset location="mythsandlegends:gui/stone_sanctum_ui" width={352}/>

## Advancements
- None.

---