Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect redstone tint colors #38

Merged
merged 2 commits into from
Jan 26, 2025

Conversation

SuperGamerTron
Copy link
Contributor

Previously, RedstoneWireBlock used MathHelper.packRgb when generating redstone colors, which excluded the alpha channel. It's since been replaced by ColorHelper.fromFloats with an alpha of 1, resulting in incorrect tint colors.

PrismarineJS/minecraft-data#936

@u9g
Copy link
Member

u9g commented Nov 4, 2024

Can you also open a PR to minecraft-data using this change?

@GroobleDierne
Copy link
Contributor

Since 1.21.3 isn't merged yet i can add it to my pr

@GroobleDierne
Copy link
Contributor

Since 1.21.3 isn't merged yet i can add it to my pr

Done

@rom1504 rom1504 merged commit 34c2a09 into PrismarineJS:main Jan 26, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants