Skip to content

Commit

Permalink
fix: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 9, 2024
1 parent 45b37cf commit feaa585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/generated/resources/assets/occultism/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@
"item.minecraft.diamond_sword.occultism_spirit_tooltip": "%s is bound to this sword. May your foes tremor before its glory.",
"item.occultism.afrit_essence": "Afrit Essence",
"item.occultism.awakened_feather": "Awakened Feather",
"item.occultism.beaver_nugget": "Beaver Nugget",
"item.occultism.book_of_binding_afrit": "Book of Binding: Afrit",
"item.occultism.book_of_binding_afrit.tooltip": "This book has not been bound to an afrit yet.",
"item.occultism.book_of_binding_bound_afrit": "Book of Binding: Afrit (Bound)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private void addItems() {
this.addAutoTooltip(OccultismItems.DEMONS_DREAM_ESSENCE.get(), "Consumption allows to see beyond the veil ... and a whole lot of other effects.");
this.addItem(OccultismItems.OTHERWORLD_ESSENCE, "Otherworld Essence");
this.addAutoTooltip(OccultismItems.OTHERWORLD_ESSENCE.get(), "Purified Demon's Dream Essence, no longer provides any of the negative effects.");
this.addItem(OccultismItems.BEAVER_NUGGET, "Beaver Nugget");
this.addItem(OccultismItems.SPIRIT_ATTUNED_GEM, "Spirit Attuned Gem");
this.add("item.occultism.otherworld_sapling", "Otherworld Sapling");
this.add("item.occultism.otherworld_sapling_natural", "Unstable Otherworld Sapling");
Expand Down

0 comments on commit feaa585

Please sign in to comment.