TwIxToR_TiTaN Posted September 9, 2013 Posted September 9, 2013 how can i change font color? (+ color code site/list) Quote Only code when your having fun doing it.
Macapple Posted September 9, 2013 Posted September 9, 2013 If you want to color an Item's name then just use Minecraft-implemented code. On the LanguageRegistry string of your Item Use § + <0-9> or <a-f> e.g. LanguageRegistry.addName(exname, "§6DumbExample"); This will make your "DumbExample" item ORANGE For more info check http://www.minecraftwiki.net/wiki/Formatting_codes Quote
MineMaarten Posted September 11, 2013 Posted September 11, 2013 Or you can use EnumChatFormatting: LanguageRegistry.addName(exname, EnumChatFormatting.GOLD + "DumbExample"); It saves you the time looking it up. Quote Author of PneumaticCraft, MineChess, Minesweeper Mod and Sokoban Mod. Visit www.minemaarten.com to take a look at them.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.