(10-12-2014, 06:20 PM)Bibl Wrote: ^ nb is the main class i think, launches Minecraft.class
also
don't have to decompile, since the string cache is always a static field, add client and libs to your eclipse project and get the static field using reflection, dont even need to start the game. <clinit> gets loaded when you reference a class.
Could you show the code for it?