Anchor Aura rewrite#5434
Merged
Wide-Cat merged 12 commits intoOct 14, 2025
Merged
Conversation
* Completely overhauls Anchor Aura, changing it to be similiar to crystal aura in how it processes.
Contributor
Author
|
Drafted as I need to add in proper configurable delays between placing the anchor -> inputting glowstone -> breaking the anchor. ATM inputting glowstone and breaking the anchor is attempted on the same tick, which can flag anti-cheats and cause the player to be disconnected. |
Contributor
Author
Minecraft_.1.21.4.-.Multiplayer.3rd-party.Server.2025-06-14.09-04-23.mp4after the fixes, anchor aura now performs flawlessly on servers. heres a demonstration on constantiam.net |
Contributor
Author
|
Updated to 1.21.8, waiting for review |
Contributor
|
i ran a test on it and it works flawlessly |
chri-k
pushed a commit
to chri-k/meteor-client
that referenced
this pull request
Nov 15, 2025
- Completely overhauls Anchor Aura, changing it to be similiar to crystal aura in how it processes. - Add new settings to help configuring the module depending on the servers anticheat level.
MistressOfDNS
pushed a commit
to MistressOfDNS/meteor-client-fork
that referenced
this pull request
May 7, 2026
- Completely overhauls Anchor Aura, changing it to be similiar to crystal aura in how it processes. - Add new settings to help configuring the module depending on the servers anticheat level.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This new anchor aura is similar to Crystal Aura in functionality- it finds the most optimal area around the target by using the blockiterator. Previously it would choose from a list of pre-set offsets, which was very shoddy.
New settings have been added so that the Anchor Aura can be configured depending on the server's level of anti-cheat.
Air PlaceIf the server doesn't allow air placement, it can be turned off.Walls RangeAllows for raycasting to affect where anchors can be placed/broken.PlaceAutomatic placement can be turned off so that the anchor aura is used only to break any anchors you place manually.Related issues
resolves #5088, and somewhat addresses #2930
How Has This Been Tested?
Minecraft__1.21.4_-_Singleplayer_2025-05-26_04-06-17.mp4
Checklist: