Mod Not Functioning #2

Closed
opened 2026-03-27 22:38:34 -04:00 by Yurisan001 · 5 comments

In v2.0.3 (Forge 1.20.1), enchantments cannot be disabled by any means, including datapacks or KubeJS.

In v2.0.3 (Forge 1.20.1), enchantments cannot be disabled by any means, including datapacks or KubeJS.
Author

image
image
image

![image](/attachments/d5ab5d04-aeff-4e66-aec5-d767f7154789) ![image](/attachments/f2afb63b-8424-4c88-80ff-4173495185b1) ![image](/attachments/2b70c7e6-2345-4181-8833-77f64f0b6a08)
Owner

Unsure what's going on. Can you replicate in a minimal environment?

Unsure what's going on. Can you replicate in a minimal environment?

I seem to be having the same or a similar issue, i made the datapack following the wiki but enchants are not getting removed (yes i made sure the number in pack.mcmeta was correct) There really isn't more info to give, the mod simply doesn't appear to work so unless the wiki is wrong or outdated the mod is having issues (mc version 1.20.1, mod version 2.0.3)

I seem to be having the same or a similar issue, i made the datapack following the wiki but enchants are not getting removed (yes i made sure the number in pack.mcmeta was correct) There really isn't more info to give, the mod simply doesn't appear to work so unless the wiki is wrong or outdated the mod is having issues (mc version 1.20.1, mod version 2.0.3)
Owner

Hi, I think you all might be messing up something crucial that the Wiki fails to mention.

The tag #minecraft:treasure or any minecraft namespace enchantment tags do not exist on 1.20.1. Please do not reference these or else the tag will fail to load.

minecraft:sweeping is the ID for Sweeping Edge on 1.20.1, you can check for enchantment IDs by using the /enchant command.

Please use the keys alone instead.

Hi, I think you all might be messing up something crucial that the Wiki fails to mention. The tag `#minecraft:treasure` or any minecraft namespace enchantment tags do not exist on 1.20.1. Please do not reference these or else the tag will fail to load. `minecraft:sweeping` is the ID for Sweeping Edge on 1.20.1, you can check for enchantment IDs by using the **/enchant** command. Please use the keys alone instead.
Owner

If it still doesn't work following these pointers, please open a new issue and send your full logs.

Your logs will usually contain why a tag has failed to load.

If it still doesn't work following these pointers, please open a new issue and send your full logs. Your logs will usually contain why a tag has failed to load.
Cow 2026-05-22 23:51:03 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Modding/enchantment-disable-tag#2
No description provided.