Skip to content

Commit

Permalink
added enchant to datagen thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 13, 2025
1 parent cc8699a commit 70e3d2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public void generateTranslations(TranslationBuilder builder) {
builder.add(ArcanusEntities.SMITE.get(), "Smite");
builder.add(ArcanusEntities.WIZARD.get(), "Wizard");

builder.add(ArcanusEnchantments.SOUL_BOUND.get(), "Soul Bound");

builder.add(ArcanusMobEffects.ANONYMITY.get(), "Anonymity");
builder.add(ArcanusMobEffects.BOUNCY.get(), "Bouncy");
builder.add(ArcanusMobEffects.COPPER_CURSE.get(), "Copper Curse");
Expand Down

0 comments on commit 70e3d2c

Please sign in to comment.