diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-24 13:15:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 13:15:07 +0200 |
| commit | 9a0db0280a0863ca6bfd372bd2305ff9e4d81978 (patch) | |
| tree | acd65ee91c576d25fc1cb0f7002f06f633e65191 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java | |
| parent | ed610c9c1aa705e064638fc532a8447ae550e0b6 (diff) | |
| download | notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.tar.gz notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.tar.bz2 notenoughupdates-9a0db0280a0863ca6bfd372bd2305ff9e4d81978.zip | |
Fixed Typo, fixed Seasoned Mineman perk in pv and added text that it requires preenabled stuff (#307)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java index c32310b7..94dbdc1e 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java @@ -868,8 +868,7 @@ public class MiningPage extends GuiProfileViewerPage { "Seasoned Mineman", "§7Level " + seasonMine + "§8/100", "", - "§7Increases your Mining", - "§7experience gain by " + EnumChatFormatting.GREEN + seasonMineStat + "%§7.", + "§7Grants §3+" + EnumChatFormatting.DARK_AQUA + seasonMineStat + "☯ Mining Wisdom§7.", "", EnumChatFormatting.GRAY + "Cost", EnumChatFormatting.DARK_GREEN + @@ -881,8 +880,7 @@ public class MiningPage extends GuiProfileViewerPage { "Seasoned Mineman", "§7Level " + seasonMine + "§8/100", "", - "§7Increases your Mining", - "§7experience gain by " + EnumChatFormatting.GREEN + seasonMineStat + "%§7." + "§7Grants §3+" + EnumChatFormatting.DARK_AQUA + seasonMineStat + "☯ Mining Wisdom§7." ), 100 ); |
