0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Minecraft Wurst Hacked Client v7
Go to file
2021-05-04 19:36:40 +02:00
.github Update FUNDING.yml 2021-05-04 19:36:40 +02:00
gradle/wrapper
scripts
src/main Update search tags for JetpackHack 2021-04-28 06:42:13 +02:00
.gitattributes
.gitignore
build.gradle Update to Loom 0.6 2021-02-27 20:31:26 +01:00
CONTRIBUTING.md
gradle.properties Change version to 7.15 2021-04-05 22:09:54 +02:00
gradlew
gradlew.bat
LICENSE.txt
README.md
settings.gradle

Wurst Client v7

Downloads (for users)

https://www.wurstclient.net/download/

Setup (for developers) (using Windows 10 & Eclipse)

  1. Run these two commands in PowerShell:
./gradlew.bat genSources
./gradlew.bat eclipse
  1. In Eclipse, go to Import... > Existing Projects into Workspace and select this project.

License

This code is licensed under the GNU General Public License v3. You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!

Note about Pull Requests

If you are contributing multiple unrelated features, please create a separate pull request for each feature. Squeezing everything into one giant pull request makes it very difficult for us to add your features, as we have to test, validate and add them one by one.

Thank you for your understanding - and thanks again for taking the time to contribute!!