From 5ff3821cb3703d7784379bd4b5228c94b6c6dc1c Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Tue, 29 Oct 2024 20:28:58 +0100 Subject: [PATCH] update readme to mention support for specific item tags --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index d285349..60bd4de 100644 --- a/README.MD +++ b/README.MD @@ -57,6 +57,6 @@ When player takes damage, there is a chance that their hotbar items will be scra ## Configuration ### supportedItemTags -You can change which items enchant is applicable for. Currently only item tags are supported. You can add any vanilla -or custom tag to the list, just remember to prefix them with `#`. - +There are 2 types of tags that can be used in the configuration: +- `minecraft:item_name` - For specific items, use namespaced vanilla item id. If namespace is not provided, `minecraft` is assumed. +- `#minecraft:item_tag_name` - For item tags, use namespaced tag id. If namespace is not provided, `minecraft` is assumed. Custom tags from other plugins and datapacks are also supported.