0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-16 15:42:14 +02:00
Minecraft Wurst Hacked Client v7
Go to file
2024-09-05 20:45:24 +02:00
.github Combine spotlessCheck and build steps 2024-09-03 09:55:26 +02:00
codestyle Update Formatter and Clean Up settings for Eclipse 2024-03 2024-03-24 02:08:35 +01:00
gradle/wrapper Update to Gradle 8.10 2024-09-03 15:36:18 +02:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src Change version to 7.45.1 2024-09-05 20:45:24 +02:00
.gitattributes Initial commit 2019-06-06 08:11:08 +02:00
.gitignore Add remappedSrc folder to .gitignore 2024-04-10 20:44:18 +02:00
build.gradle Add initial Fabric Loader JUnit tests 2024-09-03 10:06:43 +02:00
CONTRIBUTING.md Improve contributing guidelines 2024-01-25 21:04:55 +01:00
gradle.properties Change version to 7.45.1 2024-09-05 20:45:24 +02:00
gradlew Update to Gradle 8.10 2024-09-03 15:36:18 +02:00
gradlew.bat Update to Gradle 8.10 2024-09-03 15:36:18 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
README.md Update translations section 2024-07-24 15:28:22 +02:00
SECURITY.md Add security policy 2024-04-17 18:03:29 +02:00
settings.gradle Broken 22w16b update 2022-04-22 07:18:00 +02:00

Wurst Client v7

Downloads (for users)

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

Setup (for developers)

(This assumes that you are using Windows with Eclipse and Java Development Kit 21 already installed.)

  1. Run this command in PowerShell:
./gradlew.bat genSources eclipse --no-daemon
  1. In Eclipse, go to Import... > Existing Projects into Workspace and select this project.

Contributing

Pull requests are welcome, but please make sure to read the contributing guidelines first.

Translations

The preferred way to submit translations is through a Pull Request here on GitHub.

To enable translations in-game, go to Wurst Options > Translations > ON.

Names of features (hacks/commands/etc.) should always be kept in English. This ensures that everyone can use the same commands, keybinds, etc. regardless of their language setting. It also makes it easier to communicate with someone who uses Wurst in a different language.

The translation files are located in this folder, in case you need them.

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!