Skip to content

Comments

add opacity option to builders wand preview#2094

Open
viciscat wants to merge 3 commits intoSkyblockerMod:masterfrom
viciscat:builders-wand-preview-opacity
Open

add opacity option to builders wand preview#2094
viciscat wants to merge 3 commits intoSkyblockerMod:masterfrom
viciscat:builders-wand-preview-opacity

Conversation

@viciscat
Copy link
Collaborator

@viciscat viciscat commented Feb 6, 2026

closes #2092

Feature untested. DFU tested.

@LifeIsAParadox LifeIsAParadox added the reviews needed This PR needs reviews label Feb 6, 2026
@AzureAaron AzureAaron added the new feature This issue or PR is a new feature label Feb 7, 2026
@Alex33856 Alex33856 added this to the 6.1.0 milestone Feb 8, 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());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to also change the block preview opacity

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

foock you alex i gotta change like 5 extra classes for this to work

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually maybe not but idk which way would be better, gotta ask aaron

@LifeIsAParadox LifeIsAParadox added changes requested This PR need changes and removed reviews needed This PR needs reviews labels Feb 20, 2026
@Alex33856 Alex33856 removed this from the 6.1.0 milestone Feb 20, 2026
@viciscat viciscat force-pushed the builders-wand-preview-opacity branch from 0926e53 to 2c74c34 Compare February 21, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested This PR need changes new feature This issue or PR is a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust Opacity of Builder Wand/Ruler Preview

4 participants