From 03d6e1d070b0a06de9e65aefd0126d18a6e799f5 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Sat, 7 Sep 2024 08:13:04 +0200 Subject: Add mode option to trading task type --- docs/Gemfile | 1 - docs/Gemfile.lock | 2 -- docs/task-types/trading-(task-type).md | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/Gemfile b/docs/Gemfile index 893af1ec..73a2dcd1 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' -gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem "jekyll", "~> 4.3.3" gem "jekyll-default-layout" gem "just-the-docs" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c961229e..07513fdd 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -79,7 +79,6 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - wdm (0.2.0) webrick (1.8.1) PLATFORMS @@ -90,7 +89,6 @@ DEPENDENCIES jekyll (~> 4.3.3) jekyll-default-layout just-the-docs - wdm (>= 0.1.0) BUNDLED WITH 2.4.13 diff --git a/docs/task-types/trading-(task-type).md b/docs/task-types/trading-(task-type).md index 3d9ce944..522a86e2 100644 --- a/docs/task-types/trading-(task-type).md +++ b/docs/task-types/trading-(task-type).md @@ -29,6 +29,7 @@ Trade with a Villager or Wandering Trader. | `first-ingredient-exact-match` | Whether the first ingredient item should exactly match what is defined. | Boolean | No | true | \- | | `second-ingredient` | The specific item to be used as the second ingredient in a trade. | 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. | | `second-ingredient-exact-match` | Whether the second ingredient item should exactly match what is defined. | Boolean | No | true | \- | +| `mode` | The specific mode of trading. | String | No | result | One of: `result`, `first_ingredient`, `second_ingredient`. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | ## Examples -- cgit v1.2.3-70-g09d2