I am currently working on changing the client into a mixin client, with the mixin of spongepowered. There will be no commit until I switch to a mixin client. This will take some time, as I need to learn the mixin and convert the project. Thanks for your understanding ❤️
Minecraft 1.8.9 PVP client source code (very wip and bugy)
- Get mcp of the 1.8.9 minectaft version | Youtube video for setup mcp 1.8.9
- Remove:
net/minecraft/client/gui/GuiStreamIndicator.java
net/minecraftclient/gui/stream
net/minecraftclient/stream
- Get all files from the github projet and copy past into your mcp project
except for the eclipse file
.Replace all files that will be the same. - Fix all the errors that your IDE will tell you and don't forget to add the librairy from the lib folder
🔥 Congratulations! You have installed the wizclient