diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-26 21:16:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 21:16:39 +0200 |
commit | d0777258570d0f70239352fdaa625b25dc5a2b45 (patch) | |
tree | 3561e5756fbd1f945bb80ba201bb58c9ddd8b9a7 | |
parent | e7f4af36259b6fec3d94d32ce9ac72571193df70 (diff) | |
download | NotEnoughUpdates-d0777258570d0f70239352fdaa625b25dc5a2b45.tar.gz NotEnoughUpdates-d0777258570d0f70239352fdaa625b25dc5a2b45.tar.bz2 NotEnoughUpdates-d0777258570d0f70239352fdaa625b25dc5a2b45.zip |
Fixed Goblin Killer lore on the HotmPage (#902)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java | 10 |
1 files changed, 5 insertions, 5 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 e1b15af0..968e1a1e 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java @@ -797,11 +797,11 @@ public class MiningPage extends GuiProfileViewerPage { () -> Lists.newArrayList( "Goblin Killer", - "§7Killing a §6Golden Goblin", - "§6§7gives §2200 §7extra §2Mithril", - "§2Powder§7, while killing other", - "§7Goblins gives some based on", - "§7their wits." + "§7Killing a §6Golden Goblin §7or", + "§7§bDiamond Goblin §7gives §2200", + "§7extra §2Mithril Powder§7,", + "§7while killing other Goblins", + "§7gives some based on their wits." ), new ItemStack(goblinKiller > 0 ? Items.diamond : Items.coal) ); |