summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/container/GuiTabBlocks.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-02 17:44:09 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-02 17:44:09 +0300
commitdbe39cf7e6ddc6c6fd1e639b495a8ac568e081a9 (patch)
tree7d8dd11ff240e350d3495ac8bf297659b4bcb026 /common/darkknight/jewelrycraft/container/GuiTabBlocks.java
parenteb32c0b97d9f3dddace4ffb1a4eb0617e4f63225 (diff)
Fixed some bugs!
Diffstat (limited to 'common/darkknight/jewelrycraft/container/GuiTabBlocks.java')
-rw-r--r--common/darkknight/jewelrycraft/container/GuiTabBlocks.java11
1 files changed, 6 insertions, 5 deletions
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: