diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-03-13 12:12:04 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-03-16 00:18:37 +0000 |
| commit | d7405eed87e873699a18a56cc423061126895ffc (patch) | |
| tree | 19c47dd2b5e5715050a2a0fcb24b6c831a0c6842 /docs/task-types | |
| parent | 038cc4a5080116c1f16d8b178978d10837e3f55c (diff) | |
Clarity changes to smithing task type + docs
Related to https://github.com/LMBishop/Quests/pull/627
Diffstat (limited to 'docs/task-types')
| -rw-r--r-- | docs/task-types/smithing-(task-type).md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/task-types/smithing-(task-type).md b/docs/task-types/smithing-(task-type).md index d5f43177..7379c138 100644 --- a/docs/task-types/smithing-(task-type).md +++ b/docs/task-types/smithing-(task-type).md @@ -20,7 +20,7 @@ Smith a certain number of items using a smithing table. |---------------|--------------------------------------------------------|------------------------|----------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `amount` | The number of items to smith. | Integer | Yes | \- | \- | | `item` | The specific item to smith. | Material, or ItemStack | No | \- | Accepts standard [item definition](../configuration/defining-items). 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. If this is not specified, any item will count. | -| `mode` | The specific mode of smithing. | String | Yes | \- | One of: `transform`, `trim`. | +| `mode` | The specific mode of smithing. | String | 1.20+ | \- | One of: `any`, `transform`, `trim`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | | `exact-match` | Whether the item should exactly match what is defined. | Boolean | No | true | \- | |
