💥 Wurst Client for Minecraft 1.7.2 - 1.7.10
This repository contains the source code of Wurst 1.4 pre-release 1 and compiled versions of all Wurst releases, pre-releases, public beta releases and private beta releases for Minecraft 1.7.x, except for private Beta version 1.0, which had never been released.
The source code is only available for Wurst 1.4 pre-release 1 because we didn't use version control when we made the Minecraft 1.7 version of Wurst.
If you just want to use Wurst, follow these steps:
If you want to edit Wurst, follow these steps:
-
Fork and clone this repository.
-
Import it to Eclipse (Import... > Existing Projects into Workspace).
-
Decompile Minecraft 1.7.2 using MCP 9.03, create a folder named
mc
(next to thesrc
folder) and put the decompiled Minecraft source code in there. -
Go to the
patch
folder and runinitialize.bat
(requires git to be installed and added to the path so that the script can use it). -
Create a
lib
folder (also next tosrc
), then add Minecraft 1.7.2's libraries and Slick2D 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.