From dbe39cf7e6ddc6c6fd1e639b495a8ac568e081a9 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Wed, 2 Apr 2014 17:44:09 +0300 Subject: Fixed some bugs! --- common/darkknight/jewelrycraft/container/GuiTabBlocks.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'common/darkknight/jewelrycraft/container/GuiTabBlocks.java') diff --git a/common/darkknight/jewelrycraft/container/GuiTabBlocks.java b/common/darkknight/jewelrycraft/container/GuiTabBlocks.java index 614b6d4..5c24ad2 100644 --- a/common/darkknight/jewelrycraft/container/GuiTabBlocks.java +++ b/common/darkknight/jewelrycraft/container/GuiTabBlocks.java @@ -5,6 +5,7 @@ import java.util.ArrayList; import net.minecraft.block.Block; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; +import net.minecraft.util.EnumChatFormatting; import darkknight.jewelrycraft.block.BlockList; import darkknight.jewelrycraft.client.GuiGuide; import darkknight.jewelrycraft.item.ItemList; @@ -146,11 +147,11 @@ public class GuiTabBlocks extends GuiTab text.add("down. When it's done,"); text.add("left click on the"); text.add("molder to get the"); - text.add("jewellery. §4Be aware"); - text.add("§4that this block must be"); - text.add("§4placed directly in front"); - text.add("§4of the smelter,"); - text.add("§4otherwise it won't work!"); + text.add("jewellery. " + EnumChatFormatting.DARK_RED + "Be aware"); + text.add(EnumChatFormatting.DARK_RED + "that this block must be"); + text.add(EnumChatFormatting.DARK_RED + "placed directly in front"); + text.add(EnumChatFormatting.DARK_RED + "of the smelter,"); + text.add(EnumChatFormatting.DARK_RED + "otherwise it won't work!"); Page.addTextPage(gui, gui.getLeft() + xPos, gui.getTop(), text); break; case 10: -- cgit v1.2.3