Skip to content

Commit

Permalink
fix: tooltip says eye icon is left but it is right
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Dec 4, 2023
1 parent a98bb85 commit 38bc0fb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void addMisc() {
//Tooltip
this.add(Tooltips.CONDITION_ADVANCEMENT, "Requires Advancement: %s");
this.add(Tooltips.CONDITION_ENTRY_UNLOCKED, "Requires unlocked Entry: %s");
this.add(Tooltips.CONDITION_ENTRY_READ, "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top left.");
this.add(Tooltips.CONDITION_ENTRY_READ, "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top right.");
this.add(Tooltips.ITEM_NO_BOOK_FOUND_FOR_STACK, "No book found for this item in the modonomicon book database! Nbt: %s");
this.add(Tooltips.RECIPE_CRAFTING_SHAPELESS, "Shapeless");
this.add(Tooltips.FLUID_AMOUNT, "%s mb");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.2 2023-12-01T13:52:59.7533771 Modonomicon/Books: modonomicon
// 1.20.2 2023-12-04T18:38:40.8258626 Modonomicon/Books: modonomicon
be0251f62ca287d83750588bbfa86d1607db038e data\modonomicon\modonomicon\books\demo\entries\features\image.json
cd9cfd6ca4900426bbad70b32b0a09a56989dcd9 data\modonomicon\modonomicon\books\demo\entries\features\recipe.json
222588049ef10aa7bc84562c1561e996170658b7 data\modonomicon\modonomicon\books\demo\entries\features\multiblock.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.2 2023-12-01T13:52:59.7589028 Modonomicon/Languages: en_us
3edfcf47ef57f5f6f9d5006ec4a6de2dcb6be680 assets\modonomicon\lang\en_us.json
// 1.20.2 2023-12-04T18:38:40.8308669 Modonomicon/Languages: en_us
e03768d14b9ea75d4535116993bd42aabfd1553c assets\modonomicon\lang\en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.2 2023-12-01T13:52:59.7589028 Modonomicon/Model Definitions
// 1.20.2 2023-12-04T18:38:40.8298616 Modonomicon/Model Definitions
b02e0bc9f75e0fde6807935577e74b75348413fb assets\modonomicon\models\item\modonomicon_blue.json
4b35646623b74487675fa8ec1bb375535100c336 assets\modonomicon\models\item\modonomicon_purple.json
83adea7fd65acd9581797454e1a6dc6122d8a826 assets\modonomicon\models\item\modonomicon_green.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.2 2023-12-01T13:52:59.7578928 Modonomicon/Multiblocks: modonomicon
// 1.20.2 2023-12-04T18:38:40.8298616 Modonomicon/Multiblocks: modonomicon
9dc306d79a39ee2085be7e1384d8e39640d79e49 data\modonomicon\modonomicon\multiblocks\demo_dense.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"patchouli.occultism.dictionary_of_spirits.misc.books_of_calling.name": "Books of Calling",
"test.test.test": "Book of Binding: Afrit (Bound)",
"tooltip.modonomicon..condition.advancement": "Requires Advancement: %s",
"tooltip.modonomicon..condition.entry_read": "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top left.",
"tooltip.modonomicon..condition.entry_read": "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top right.",
"tooltip.modonomicon..condition.entry_unlocked": "Requires unlocked Entry: %s",
"tooltip.modonomicon..recipe.crafting_shapeless": "Shapeless",
"tooltip.modonomicon.fluid.amount": "%s mb",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.2 2023-12-01T13:50:40.6948335 Languages: en_us
3edfcf47ef57f5f6f9d5006ec4a6de2dcb6be680 assets/modonomicon/lang/en_us.json
// 1.20.2 2023-12-04T18:40:19.2602728 Languages: en_us
e03768d14b9ea75d4535116993bd42aabfd1553c assets/modonomicon/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"patchouli.occultism.dictionary_of_spirits.misc.books_of_calling.name": "Books of Calling",
"test.test.test": "Book of Binding: Afrit (Bound)",
"tooltip.modonomicon..condition.advancement": "Requires Advancement: %s",
"tooltip.modonomicon..condition.entry_read": "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top left.",
"tooltip.modonomicon..condition.entry_read": "Requires read Entry: %s\nHint: Mark all entries as read with the \"eye\" button at the top right.",
"tooltip.modonomicon..condition.entry_unlocked": "Requires unlocked Entry: %s",
"tooltip.modonomicon..recipe.crafting_shapeless": "Shapeless",
"tooltip.modonomicon.fluid.amount": "%s mb",
Expand Down

0 comments on commit 38bc0fb

Please sign in to comment.