Skip to content

Modders Only: How to blacklist enchantments from your own mods using tags

frqnny edited this page Apr 2, 2022 · 1 revision

You might be here because you want to blacklist enchantments as a modder. Now, we make this available through config for users, but modders can use tags instead. This tag is called dark-enchanting/enchantment/disabled

Here is the example json. You are banning minecraft protection enchantment from the table so you do that and bam, it works. Hopefully. { "replace": false, "values": [ "minecraft:protection" ] }