blob: f361c878448542e9c0e1eb5b5a60d28d72bd2097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
title: curing
parent: Built-in task types
grand_parent: Task types
---
# curing (task type)
Since v3.15.1
{: .label .label-green }
Cure a set amount of zombie villagers.
## Options
| Key | Description | Type | Required | Default | Notes |
|----------|-------------------------------------------------|---------------------|----------|---------|-------|
| `amount` | The number of zombie villagers to cure. | Integer | Yes | \- | \- |
| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |
## Examples
Cure 8 zombie villagers:
``` yaml
curing:
type: "curing"
amount: 8 # amount of times to cure a zombie villager
```
|