aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/task-types/replenishing-(task-type).md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/task-types/replenishing-(task-type).md b/docs/task-types/replenishing-(task-type).md
index 208e954a..5ffbd1e0 100644
--- a/docs/task-types/replenishing-(task-type).md
+++ b/docs/task-types/replenishing-(task-type).md
@@ -16,7 +16,7 @@ Replenish a set amount of certain blocks or entities.
| Key | Description | Type | Required | Default | Notes |
|--------------------|-------------------------------------------------|----------------------------------|----------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `amount` | The number of sheep to shear. | Integer | Yes | \- | \- |
+| `amount` | The number of blocks or entities to replenish. | Integer | Yes | \- | \- |
| `block` / `blocks` | The specific block(s) to replenish. | Material, or list of material | No | \- | Not specifying this field will allow all blocks to count towards the task. Please see [this list](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) (1.13+) or [this list](https://helpch.at/docs/1.12.2/org/bukkit/Material.html) (1.8-1.12) for material names. |
| `mob` / `mobs` | The specific mob(s) to replenish. | Entity type, or list of entities | No | \- | Not specifying this field will allow all mob types to count towards the task. Please see [this list](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html) for entity types. |
| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |