> For the complete documentation index, see [llms.txt](https://moretweaks.tarna.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moretweaks.tarna.dev/tweaks/zombie-pickaxe.md).

# 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       |
