aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-07-18 21:42:20 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-07-29 00:06:46 +0200
commitd0b290ec043fc99c5a473a0793d5e9c5e958a26e (patch)
treea6eacbfe2217b33671e5778845193566b2689a9a
parent10ab4bdc94b3518244c48aa3829f69d4b55bbe50 (diff)
[ci skip] Update walking docs
-rw-r--r--docs/task-types/walking-(task-type).md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/task-types/walking-(task-type).md b/docs/task-types/walking-(task-type).md
index 2b819e61..48bf8ce8 100644
--- a/docs/task-types/walking-(task-type).md
+++ b/docs/task-types/walking-(task-type).md
@@ -13,11 +13,11 @@ Walk a set distance.
## Options
-| Key | Description | Type | Required | Default | Notes |
-|------------|-------------------------------------------------|---------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `distance` | The distance in metres to walk. | Integer | Yes | \- | 1 metre is equivalent to 1 block. |
-| `mode` | The specific mode to travel | String | No | \- | One of: `boat`, `camel`, `donkey`, `horse`, `llama`, `minecart`, `mule`, `pig`, `skeleton_horse`, `strider`, `zombie_horse`, `sneaking`, `walking`, `running`, `swimming`, `flying`, `elytra`. Not specifying a mode will allow any of these modes to count. |
-| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |
+| Key | Description | Type | Required | Default | Notes |
+|------------|-------------------------------------------------|---------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `distance` | The distance in metres to walk. | Integer | Yes | \- | 1 metre is equivalent to 1 block. |
+| `mode` | The specific mode to travel | String | No | \- | One of: `boat`, `camel`, `donkey`, `ghast`, `horse`, `llama`, `minecart`, `mule`, `pig`, `skeleton_horse`, `strider`, `zombie_horse`, `sneaking`, `walking`, `running`, `swimming`, `flying`, `elytra`. Not specifying a mode will allow any of these modes to count. |
+| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |
## Examples