(Note: MultiMC 3 is no longer being maintained. See https://github.com/Forkk/MultiMC4 instead.) A Minecraft tool that allows you to manage multiple installations as well as install and uninstall mods by simply dragging and dropping them. (This is the C# version)
Replaced the original error printing code with e.printStackTrace(); which includes not only e.toString(), but the full backtrace, meaning you can actually find out what is going on. It already prints to System.err.
Replaced the original error printing code with e.printStackTrace(); which includes not only e.toString(), but the full backtrace, meaning you can actually find out what is going on. It already prints to System.err.