---
title: Scepter
id: magicalscepter:scepter
icon: magicalscepter:scepter
type: item
---

A scepter is an item that can be filled with magic.

## Obtaining

### Generated Loot

The [old taiga cabin](../structures/old_taiga_cabin) structure contains a chest with loot that always has either a scepter or a [magical scepter](magical_scepter). 
| Item    | Stack size | Weight | Chance |
| ------- | ---------- | ------ | ------ |
| **<Asset width={16} height={16} location="magicalscepter:scepter" title="Scepter" /> Scepter** | 1 | 5 / 7 | 71.4% |
| <Asset width={16} height={16} location="magicalscepter:magical_scepter" title="Magical Scepter" /> [Magical Scepter](./magical_scepter) | 1 | 2 / 7 | 28.6% |

### Casting

A [magical scepter](magical_scepter) becomes a scepter when it breaks by running out of [durability](https://minecraft.wiki/w/Durability).

## Usage

The scepter can be [crafted](https://minecraft.wiki/w/Crafting) into a [magical scepter](magical_scepter) by combining it with [lapis lazuli](https://minecraft.wiki/w/Lapis_Lazuli) and a [brown mushroom](https://minecraft.wiki/w/Brown_Mushroom).

<CraftingRecipe
    slots={[
        'magicalscepter:scepter',
        'lapis_lazuli',
        'brown_mushroom',
        '',
        '',
        '',
        '',
        '',
        ''
    ]}
    result="magicalscepter:magical_scepter"
/>
