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
Alexander01998 6c31e06a50 Partially mitigate AntiHunger's fall damage issue
- NoFall and AntiHunger will now disable each other, so there can be no
confusion about which hack is causing the extra fall damage.
- Added a warning to AntiHunger's description.
- AntiHunger will no longer stay enabled after a restart.

Without knowing the specific cause of AntiHunger's fall damage bug, this
is all I can do about it for now. Taking the blame away from NoFall
should at least result in slightly more useful bug reports. A proper fix
is not possible until someone who has the issue figures out the exact
steps to trigger the bug.
2024-08-05 17:15:19 +02:00
.github Add spotless check for JSON files 2024-06-23 10:10:59 +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 Loom 1.7 2024-06-18 10:33:58 +02:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src/main Partially mitigate AntiHunger's fall damage issue 2024-08-05 17:15:19 +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 Update org.kohsuke:github-api to 1.323 2024-07-04 18:47:42 +02:00
CONTRIBUTING.md Improve contributing guidelines 2024-01-25 21:04:55 +01:00
gradle.properties Update Fabric API 2024-08-02 17:27:26 +02:00
gradlew Update Fabric stuff 2024-04-03 14:46:25 +02:00
gradlew.bat Update to Loom 1.7 2024-06-18 10:33:58 +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!