Skip to content

Commit

Permalink
feat: add hint to hermetica tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Dec 29, 2022
1 parent 5c68ffa commit a5e22c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.19.2 2022-12-22T10:19:45.785271 Languages: en_us
a45772b9c775fc856f3acaa93a0aa646ccd5d10f assets/theurgy/lang/en_us.json
// 1.19.2 2022-12-29T15:39:22.7086637 Languages: en_us
acaee6e1a296080ac3980c7783c7901e38e99856 assets/theurgy/lang/en_us.json
2 changes: 1 addition & 1 deletion src/generated/resources/assets/theurgy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"book.theurgy.the_hermetica.getting_started.intro.name": "About this Work",
"book.theurgy.the_hermetica.getting_started.name": "Getting Started",
"book.theurgy.the_hermetica.name": "The Hermetica",
"book.theurgy.the_hermetica.tooltip": "A treatise on the Ancient Art of Alchemy",
"book.theurgy.the_hermetica.tooltip": "A treatise on the Ancient Art of Alchemy.\n§o(In-Game Guide for Theurgy)§r",
"item.theurgy.alchemical_sulfur": "Alchemical Sulfur %s",
"item.theurgy.alchemical_sulfur.tooltip": "Alchemical sulfur crafted from %s.",
"item.theurgy.alchemical_sulfur.tooltip.extended": "Sulfur represents the \"idea\" or \"soul\" of an object and is the key to replication and transmutation.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private BookModel makeTheHermetica() {
helper.book("the_hermetica");

this.lang.add(helper.bookName(), "The Hermetica");
this.lang.add(helper.bookTooltip(), "A treatise on the Ancient Art of Alchemy");
this.lang.add(helper.bookTooltip(), "A treatise on the Ancient Art of Alchemy.\n§o(In-Game Guide for Theurgy)§r");

int categorySortNum = 1;
var gettingStartedCategory = new GettingStartedCategoryProvider().make(helper, this.lang).withSortNumber(categorySortNum++);
Expand Down

0 comments on commit a5e22c4

Please sign in to comment.