AstralOrdana / Enchantery

A logical re-balancing of how and where to obtain Enchantments
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Need Example Datapack For Adding Enchantments #11

Open GodMadeEarth opened 11 months ago

GodMadeEarth commented 11 months ago

I have zero idea how I would add enchantments through datapacks

mintynoura commented 11 months ago

they use tags, see https://github.com/AstralOrdana/Enchantery/tree/1.20.1/common/src/main/resources/data/enchantery/tags/enchantment

simply create a datapack with the same path and add the enchantments to those tags

robosoup2 commented 11 months ago

it's definitely simple but I personally agree it would be good to just add that link to the wiki or something 🙏

GodMadeEarth commented 11 months ago

But a simple pre-made data pack would be helpful

mintynoura commented 11 months ago

it's literally just a folder with those tags and a pack.mcmeta file