From c53dc8d58be0f20f3a328d360298f6d079ae3918 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 16 May 2025 19:34:48 +0200 Subject: [PATCH] update wiki to reflect the changes to enchantmentTags config properties --- docs/src/content/docs/configuration/reference.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/configuration/reference.md b/docs/src/content/docs/configuration/reference.md index 93b0c55..ad9e666 100644 --- a/docs/src/content/docs/configuration/reference.md +++ b/docs/src/content/docs/configuration/reference.md @@ -53,16 +53,17 @@ Base cost of the enchant. Cost to add per level of the enchantment. -#### canGetFromEnchantingTable +#### enchantmentTags -- **Type**: `boolean` +- **Type**: `key[]` -If true, the enchantment can be obtained from the enchanting table. If false, it will not show up in the enchanting -table. Item needs to be *enchantable* for any enchantment to show up for it in the enchanting table. +This is list of [tags](/configuration/input-types#tags) that the enchantment will be tagged with. This can be used to put the enchantment in enchanting table, +mark it as a curse, etc. All vanilla +and custom tags are supported. #### supportedItemTags -- **Type**: `string[]` +- **Type**: `key[]` [Items and/or item tags](/configuration/input-types#tags) that the enchantment can be applied to.