0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Minecraft Wurst Hacked Client v7
Go to file
2019-07-06 16:22:29 +02:00
gradle/wrapper Initial commit 2019-06-06 08:11:08 +02:00
src/main Add ChatOutputEvent 2019-07-06 16:22:29 +02:00
.gitattributes Initial commit 2019-06-06 08:11:08 +02:00
.gitignore Ignore desktop.ini 2019-06-07 16:46:58 +02:00
build.gradle Initial commit 2019-06-06 08:11:08 +02:00
gradle.properties Initial commit 2019-06-06 08:11:08 +02:00
gradlew Initial commit 2019-06-06 08:11:08 +02:00
gradlew.bat Initial commit 2019-06-06 08:11:08 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
Minecraft_Client.launch Initial commit 2019-06-06 08:11:08 +02:00
Minecraft_Server.launch Initial commit 2019-06-06 08:11:08 +02:00
README.md Initial commit 2019-06-06 08:11:08 +02:00
settings.gradle Initial commit 2019-06-06 08:11:08 +02:00

Wurst Client MC 1.14.2

Setup (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!