add opacity option to builders wand preview#2094
Open
viciscat wants to merge 3 commits intoSkyblockerMod:masterfrom
Open
add opacity option to builders wand preview#2094viciscat wants to merge 3 commits intoSkyblockerMod:masterfrom
viciscat wants to merge 3 commits intoSkyblockerMod:masterfrom
Conversation
Alex33856
requested changes
Feb 20, 2026
| for (int i = 0; i < MAX_BLOCKS && checkPos(startPos, pos, client.level.getBlockState(pos), isSneaking, startBlock); i++) { | ||
| if (isSneaking) collector.submitFilledBox(pos, RED, 0.5f, true); | ||
| if (isSneaking) collector.submitFilledBox(pos, RED, SkyblockerConfigManager.get().helpers.buildersWand.previewOpacity, true); | ||
| else extractBlockPreview(collector, pos, Blocks.DIRT.defaultBlockState()); |
Contributor
There was a problem hiding this comment.
needs to also change the block preview opacity
Collaborator
Author
There was a problem hiding this comment.
foock you alex i gotta change like 5 extra classes for this to work
Collaborator
Author
There was a problem hiding this comment.
actually maybe not but idk which way would be better, gotta ask aaron
0926e53 to
2c74c34
Compare
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.
closes #2092
Feature untested. DFU tested.