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
2024-05-24 09:09:31 +02:00
.github Merge branch '1.20.6' 2024-04-29 21:43:59 +02:00
codestyle Update Formatter and Clean Up settings for Eclipse 2024-03 2024-03-24 02:09:45 +01:00
gradle/wrapper Merge branch 'master' into 24w13a 2024-04-03 15:19:33 +02:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src/main Add isUnbreakable() helper method 2024-05-24 09:09:31 +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 Merge branch 'master' into v7.42 2024-04-29 23:30:15 +02:00
CONTRIBUTING.md Improve contributing guidelines 2024-01-25 21:04:55 +01:00
gradle.properties Change version to 7.43pre1 2024-05-23 21:53:08 +02:00
gradlew Update Fabric stuff 2024-04-03 14:46:25 +02:00
gradlew.bat Update Fabric stuff 2024-04-03 14:46:25 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
README.md Update to 24w14a and Java 21 2024-04-03 18:22:15 +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

We have a Crowdin project for translations. You can also submit translations here on GitHub, but Crowdin is preferred since it makes it much easier to resolve issues.

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!