# Zombie Pickaxe

## Description

Chance for zombies to spawn with a pickaxe when below a certain Y level.

## Options

| Name                       | Description                                                  | Type    | Default |
| -------------------------- | ------------------------------------------------------------ | ------- | ------- |
| enabled                    | Whether this tweak is enabled.                               | boolean | false   |
| y\_level                   | The y level zombies need to spawn for this tweak to trigger. | integer | 50      |
| chances.none               | The chance for a zombie to not hold a pickaxe.               | integer | 50      |
| chances.wooden\_pickaxe    | The chance for a zombie to hold a wooden pickaxe.            | integer | 20      |
| chances.stone\_pickaxe     | The chance for a zombie to hold a stone pickaxe.             | integer | 10      |
| chances.iron\_pickaxe      | The chance for a zombie to hold a iron pickaxe.              | integer | 5       |
| chances.golden\_pickaxe    | The chance for a zombie to hold a gold pickaxe.              | integer | 5       |
| chances.diamond\_pickaxe   | The chance for a zombie to hold a diamond pickaxe.           | integer | 5       |
| chances.netherite\_pickaxe | The chance for a zombie to hold a netherite pickaxe.         | integer | 5       |


---

# 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://moretweaks.tarna.dev/tweaks/zombie-pickaxe.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.
