Version: 1.0
-
Download or copy (CTRL+V) the code from Code.java
-
Paste this into any file located inside your forge mod
-
When making a string and using color codes for in-game, call the class you put the code in, or if you copied the file call EzColor and use .ChatColor to put your string, for example
private final String example = Utils.chat("&4This text will be dark red!");