File Details
hardercheating-1.20-46.2.1.jar
- R
- Jan 18, 2024
- 27.79 KB
- 4.4K
- 1.20.4+4
- Forge
File Name
hardercheating-1.20-46.2.1.jar
Supported Versions
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
Curse Maven Snippet
Version 2.1 for Minecraft 1.20.X for Forge
Fixes a bug in the click distance configuration statement. It should say "12,6,64" but it says "6,12,64"
The range for click should default to 12 blocks with a range of 6 to 64.
Instead it was giving an error because it was saying "default 6 meters with a range of 12 to 64 meters". It's unclear if that meant it defaulted to 6,12, or 64 meters (but probably 6 or 12) . The feature still checked for true and blocked 'remote clicking' by a hacked client which could load chunks (causing lag) and also could see if a player was in a remote chunk.

