From 10bfd29468963745de52b3f16207652456a9bd51 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 26 Oct 2022 21:02:36 +0200 Subject: [PATCH] Removes outdated presets for the reforgeAbleItems list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387e6b2..61cfda6 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ All currently supported presets, and available filters for each preset: | maxReforgeDelay | 0-3600 | The maximum number of seconds a player needs to wait for an item to be repaired. | | minReforgeDelay | 0-3600 | The minimum number of seconds a player needs to wait for an item to be repaired. | | reforgeCoolDown | 0-3600 | The cool-down, in seconds, a player has to wait between each time they use one specific blacksmith. | -| reforgeAbleItems | DIAMOND_LEGGINGS,GOLD-pickaxe,bow, etc. | Specifies which items this blacksmith is able to reforge. If set to "" or null, all normally repairable items can be repaired. If set to a list of items, only the items specified can be repaired. Some presets have been included for ease of use. Use a preset by specifying "preset:sword-smith" instead of a material such as "gold-pickaxe". Available presets: SWORD_SMITH, WEAPON_SMITH, ARMOR_SMITH, TOOL_SMITH, RANGED_SMITH. | +| reforgeAbleItems | DIAMOND_LEGGINGS,GOLD-pickaxe,bow, etc. | Specifies which items this blacksmith is able to reforge. If set to "" or null, all normally repairable items can be repaired. If set to a list of items, only the items specified can be repaired. Some presets have been included for ease of use. Use a preset by specifying "preset:sword-smith" instead of a material such as "gold-pickaxe". | | blacksmithTitle | text string | The title displayed as part of the message explaining that a blacksmith doesn't recognize a player's held item | #### Messages