meteor-client
meteor-client copied to clipboard
Nuker improvements
Type of change
- [x] Bug fix
- [x] New feature
Description
- Added raycasting for better use on stricter servers.
- Added Interact mode, so nuker can (right click) interact with blocks instead of mining.
- Added Select Block key bind, which allows players to add/remove blocks to their whitelist with a hotkey.
- Added Only Optimal Tools setting which will stop nuker from breaking blocks if the player is using the wrong tool.
- Fixed nuker flatten mode on soulsand.
Related issues
resolves #4441
resolves #744
resolves #1741
resolves #4231
resolves #2148
resolves #5292
resolves #5470
resolves #3694
Since this PR adds in the whitelist hotkey, the existing #5298 PR should be closed, as it has a similar but worse function.
How Has This Been Tested?
Demonstration of whitelist key bind and interact mode
https://github.com/user-attachments/assets/45facb91-9a28-4773-95f1-0f8a47dcb334
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have added comments to my code in more complex areas.
- [x] I have tested the code in both development and production environments.