# List of Shovels

## Shovels

### Diamond Shovel

#### Use

* The Diamond Shovel uses DIAMOND\_SHOVEL as its base material.
* It represents the high-tier digging tool before netherite-class shovels.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Diamond Shovel Head
* Reinforced Handle
* Leather Binding

#### Trivia

* It uses lore-format: normal.

### Gold Shovel

#### Use

* The Gold Shovel uses GOLDEN\_SHOVEL as its base material.
* It fills the standard gold tier role in the digging tool ladder.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Gold Shovel Head
* Wooden Handle
* Leather Binding

#### Trivia

* It is configured as unbreakable: false.

### Iron Shovel

#### Use

* The Iron Shovel uses IRON\_SHOVEL as its base material.
* It’s the dependable mid-tier shovel for routine dirt/sand/gravel gathering.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Iron Shovel Head
* Reinforced Handle
* Leather Binding

#### Trivia

* It uses lore-format: normal.

### Netherite Shovel

#### Use

* Netherite Shovel is a rare-tier shovel (lore-format: rare) using NETHERITE\_SHOVEL as its base material.
* It’s the endgame baseline shovel before any special/arcane variants.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Diamond Shovel
* Netherite Ingot x1
* Reinforced Binding

#### Trivia

* Its configured display name is “Netherite Shovel.”

### Shulker Shovel

#### Use

* Shulker Shovel is a netherite-model shovel (material: netherite\_shovel) with custom-model-data: 90000.0.
* Its lore marks it as “imbued with shulker magic,” ideal for an End-tech or void-mining themed progression branch.

#### Recipe

**Crafting Station:** Arcane Infuser\
**Ingredients:**

* Netherite Shovel
* Shulker Essence
* Ender Pearl x2

#### Trivia

* It uses lore-format: normal.

### Stone Shovel

#### Use

* The Stone Shovel uses STONE\_SHOVEL as its base material.
* It is the basic digging tool for early game routes and quest tasks.

#### Recipe

**Crafting Station:** Basic Workbench\
**Ingredients:**

* Stone Shovel Head
* Wooden Handle
* Twine Binding

#### Trivia

* It is configured as unbreakable: false.

### Wood Shovel

#### Use

* The Wood Shovel uses WOODEN\_SHOVEL as its base material.
* It’s the earliest shovel tier, mainly used for starter gathering and crafting steps.

#### Recipe

**Crafting Station:** Basic Workbench\
**Ingredients:**

* Wooden Shovel Head
* Wooden Handle
* Twine Binding

#### Trivia

* It uses lore-format: normal.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.coldmc.com/items/tools/list-of-pickaxes/list-of-shovels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
