Skip to content

Commit

Permalink
Merge branch 'master' into mc/1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Nov 13, 2023
2 parents 3e925d9 + b389e78 commit 6a34e65
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### [1.15.6]

#### Changed

- Improved the range tooltip to be more clear about what it does. Thanks to [#235](https://github.com/Direwolf20-MC/MiningGadgets/pull/235) [@Anoyomouse](https://github.com/Anoyomouse)

## 1.20.1

### [1.15.5]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
#Mod Info
mod_version=1.15.5
mod_version=1.15.6
#Dependencies
mc_version=1.20.1

Expand Down
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 6a34e65

Please sign in to comment.