aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types
diff options
context:
space:
mode:
authorLéo <142264317+leogianfagna@users.noreply.github.com>2024-06-03 15:49:22 -0300
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 11:51:15 +0200
commit658a6a25e245bb5b3b162d1ab88e2708cc80a3f0 (patch)
tree858708d5bf7fcc0a46176f8965b921ebe20ee6ce /docs/task-types
parent15a080e936b72ab147f108073566fff539202bf5 (diff)
Fixed wrong description for replenishing task
Diffstat (limited to 'docs/task-types')
-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 | \- | \- |