From d0777258570d0f70239352fdaa625b25dc5a2b45 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:16:39 +0200 Subject: Fixed Goblin Killer lore on the HotmPage (#902) --- .../moulberry/notenoughupdates/profileviewer/MiningPage.java | 10 +++++----- 1 file 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) ); -- cgit