Skip to content

Commit

Permalink
Merge pull request #237 from Anoyomouse/fix_tooltip
Browse files Browse the repository at this point in the history
Fix the range tooltip
  • Loading branch information
MichaelHillcox authored Nov 13, 2023
2 parents a81a524 + 028c440 commit c002528
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.20.1 2023-10-20T21:43:10.442003 Languages: en_us
a1982468138e260a4be9f9a5878c9f19ea7bc2da assets/mininggadgets/lang/en_us.json
// 1.20.1 2023-11-12T21:10:58.6391552 Languages: en_us
e818e2aea1f0fc0b2317b97b5679d8eebc239abb assets/mininggadgets/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tooltop.mininggadgets.light_placer": "Places torches whenever the surroundings light level is lower than 8",
"tooltop.mininggadgets.magnet": "Deconstructs blocks right into your inventory",
"tooltop.mininggadgets.paver": "Creates a path for you as you mine",
"tooltop.mininggadgets.range": "Extends your range by 5 times with each tier",
"tooltop.mininggadgets.range": "Extends the range by 5 with each tier",
"tooltop.mininggadgets.silk": "Applies the silk touch enchant to the Mining Gadget",
"tooltop.mininggadgets.size": "Allows to mine with a larger mining radius",
"tooltop.mininggadgets.void_junk": "Voids blocks! (adds filtering too)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected void addTranslations() {
add("tooltop.mininggadgets.freezing", "Freezes water and stops lava in it's place!");
add("tooltop.mininggadgets.fortune", "Applies fortune to the Mining Gadget");
add("tooltop.mininggadgets.battery", "Upgrades the internal capacitors");
add("tooltop.mininggadgets.range", "Extends your range by 5 times with each tier");
add("tooltop.mininggadgets.range", "Extends the range by 5 with each tier");
add("tooltop.mininggadgets.efficiency", "Applies efficiency to the Mining Gadget");
add("tooltop.mininggadgets.paver", "Creates a path for you as you mine");

Expand Down

0 comments on commit c002528

Please sign in to comment.