Wurst is a so-called "hacked client" for Minecraft - basically a mod that allows you to cheat. You can fly on servers, see ores through walls and much more.
If you just want to use Wurst, download it from the official website and install it on your computer.
If you want to edit Wurst and submit Pull Requests, follow these steps:
-
Fork and clone this repository.
-
Import it to Eclipse (Import... > Existing Projects into Workspace).
-
Decompile Minecraft using the MCP, create a folder named
mc
next tosrc
and put the source code in there. -
Go to the
patch
folder and runinitialize.bat
. -
Create a
lib
folder next tosrc
, then add Minecraft's libraries to it.
All errors should have disappeared by now and you should be able to launch Wurst from the Eclipse project. If not, something is wrong.
Pull Requests are very welcome! Just make sure that you submit a separate one for each new feature or bugfix that you make. You know, things get a bit messy otherwise...
The Wurst Client is licensed under the Mozilla Public License 2.0.