Skip to content

Conversation

@KMatias123
Copy link

Now it has transparency when using the block color mode. And custom colors for portals and Ender Chests cuz they don't have good colors from the map color map.

return when (state.block) {
Blocks.ENDER_CHEST -> Color(0xFF00FF)
Blocks.NETHER_PORTAL -> Color(0xaa00aa)
Blocks.END_PORTAL -> Color(0xFF00FF)
Copy link
Contributor

Choose a reason for hiding this comment

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

i think pink is not the right color for end portal

Copy link
Author

Choose a reason for hiding this comment

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

It looks "darker" when the alpha is set to something, if you want it to be something entirely different do you want to suggest something?
2025-12-22_18 04 06

@emyfops emyfops merged commit 202d4fc into lambda-client:1.21.11 Dec 23, 2025
1 check failed
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.

3 participants