Pull up texture pack information when label is selected#5
Merged
BluTac10 merged 2 commits intoBluTac10:mainfrom Apr 5, 2026
Merged
Pull up texture pack information when label is selected#5BluTac10 merged 2 commits intoBluTac10:mainfrom
BluTac10 merged 2 commits intoBluTac10:mainfrom
Conversation
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.
Description
In the Xbox 360 edition of Minecraft when the user moved through the create or join game menu, if they moved over the "Texture Packs" label then it would pull up the description on the right, this PR implements this feature.
Changes
Previous Behavior
The texture pack description would only show if the scrolled through the texture packs.
Root Cause
The goal of 4J with LCE was not parity with the Xbox 360 edition; they choose to exclude this feature.
New Behavior
The texture pack description now shows when moving over the "Texture Packs" label.
Fix Implementation
This was fixed by modifying the parent class to respond to the focus changed event.
AI Use Disclosure
AI was not used at any point in this PR.
Screenshots
Prefix


Postfix