Advanced Block Update Detector#106
Open
loenaaaa wants to merge 9 commits intoGTNewHorizons:masterfrom
Open
Conversation
MalTeeez
requested changes
Dec 17, 2025
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
...isthenumber/utilitiesinexcess/common/tileentities/TileEntityAdvancedBlockUpdateDetector.java
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
Alright fixed, just realized I forgot to implement toggling which sides it could scan so I'll implement that now. |
Collaborator
Author
|
Note: Although the functionality of toggling itself works perfectly, there is still a weird bug with how messages will appear twice, even though it should only run on server. |
67 tasks
Collaborator
Can't reproduce |
Collaborator
Author
|
Weird, this is what I get when toggling side, I just synced it with master before this |
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.
This PR adds the Advanced Block Update Detector. The Advanced Block Update Detector, like the regular BUD, is able to send signals when detecting changes in blocks, but it's functionality is widened to now search for the following three things:
-Changes in the block itself (e.g breaking/placing)
-Block metadata (e.g fill level of cauldron)
-NBT data of TileEntity if applicable (e.g contents of chest)
Although it has been tested for it's base functionalities, there may still be undiscovered setups/exploits that could cause the Advanced BUD to have unintended behaviour due to it's sensitive nature.