Skip to content

Instantly share code, notes, and snippets.

@CatDany
Created July 26, 2014 08:54
Show Gist options
  • Save CatDany/786f4a1f0c6ddfe97211 to your computer and use it in GitHub Desktop.
Save CatDany/786f4a1f0c6ddfe97211 to your computer and use it in GitHub Desktop.
wtf
Minecraft.getMinecraft().thePlayer.addChatMessage(new ChatComponentTranslation("message.redeem." + (result == EnumResult.SUCCESS ? "success" : "fail")).setChatStyle(new ChatStyle().setColor(result == EnumResult.SUCCESS ? EnumChatFormatting.GREEN : EnumChatFormatting.RED)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment