diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-25 21:50:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-26 07:50:32 +1100 |
commit | 642247588edff59139cfb4e3421d5f5cc33e724e (patch) | |
tree | a474e0fd4d24ee2f6c292c5326c616d90556e979 | |
parent | d1600393e933ff993a11fc81c2c43a2f23c49b50 (diff) | |
download | NotEnoughUpdates-642247588edff59139cfb4e3421d5f5cc33e724e.tar.gz NotEnoughUpdates-642247588edff59139cfb4e3421d5f5cc33e724e.tar.bz2 NotEnoughUpdates-642247588edff59139cfb4e3421d5f5cc33e724e.zip |
Fixed 3 Hotm Perk lores (#673)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java | 9 |
1 files changed, 5 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 a9dade6a..6c042a39 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java @@ -1263,7 +1263,8 @@ public class MiningPage extends GuiProfileViewerPage { Lists.newArrayList( "Front Loaded", "§7Grants §a+100 §6⸕ Mining Speed", - "§7and §6☘ Mining Fortune §7for", + "§7and §6☘ Mining Fortune §7as", + "§7well as §a+2 base powder §7for", "§7the first §e2,500 §7ores you", "§7mine in a day." ), @@ -1280,7 +1281,7 @@ public class MiningPage extends GuiProfileViewerPage { Lists.newArrayList( "Star Powder", "§7Mining Mithril Ore near §5Fallen", - "§5Crystals §7gives §a+3 §7extra", + "§5Crystals §7gives §ax3 §7extra", "§7Mithril Powder§7." ), new ItemStack(starPowder > 0 ? Items.diamond : Items.coal) @@ -1370,8 +1371,8 @@ public class MiningPage extends GuiProfileViewerPage { "§6Pickaxe Ability: Maniac Miner", "§7Spends all your Mana and grants", "§7§a+1 §6⸕ Mining Speed §7for", - "§7every 10 Mana spent, for", - "§7§a§a15s§7§7.", + "§7every §b10 Mana §7spent, for", + "§7§a15s§7.", "§8Cooldown: §a59s" ) ); |