diff options
| author | Skylark X Murphy-Davies <30373155+teenangst@users.noreply.github.com> | 2026-01-07 02:36:35 +0000 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2026-01-15 08:15:44 +0100 |
| commit | 434acc7220db0f05b7659925f85c18d374df983b (patch) | |
| tree | 707385e204944c0966dd8839054a40ed7aca3d2b /docs | |
| parent | 81ef9b54d1d672d1ef026f97fd46e13bbfea28ac (diff) | |
Introduce walking task type grouped modes
Added groups:
- ground: sneaking, walking or running
- manual_no_flight: sneaking, walking, running, or swimming
- manual_no_swim: sneaking, walking, running, or flying (creative or elytra)
- manual: sneaking, walking, running, swimming or flying (creative or elytra)
- vehicle: any vehicle
Added 1.21.11 support for Nautilus
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/task-types/walking-(task-type).md | 10 |
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 7f5e62fa..c5119066 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`, `happy_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 | \- | \- | +| 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`, `happy_ghast`, `horse`, `llama`, `minecart`, `mule`, `nautilus` `pig`, `skeleton_horse`, `strider`, `zombie_horse`, `sneaking`, `walking`, `running`, `swimming`, `flying`, `elytra`. Alternatively one of groups: `ground`, `manual_no_flight`, `manual_no_swim`, `manual` or `vehicle`. 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 |
