update wiki to reflect the changes to enchantmentTags config properties

This commit is contained in:
2025-05-16 19:34:48 +02:00
parent ef16d1cb28
commit c53dc8d58b
@@ -53,16 +53,17 @@ Base cost of the enchant.
Cost to add per level of the enchantment. 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 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,
table. Item needs to be *enchantable* for any enchantment to show up for it in the enchanting table. mark it as a curse, etc. <a href="https://minecraft.wiki/w/Enchantment_tag_(Java_Edition)" target="_blank">All vanilla</a>
and custom tags are supported.
#### supportedItemTags #### supportedItemTags
- **Type**: `string[]` - **Type**: `key[]`
[Items and/or item tags](/configuration/input-types#tags) that the enchantment can be applied to. [Items and/or item tags](/configuration/input-types#tags) that the enchantment can be applied to.