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

GUI Texture splitting is mismatching. #219

Open
Semjl opened this issue Aug 3, 2024 · 4 comments
Open

GUI Texture splitting is mismatching. #219

Semjl opened this issue Aug 3, 2024 · 4 comments
Labels
Bug Bug Report

Comments

@Semjl
Copy link

Semjl commented Aug 3, 2024

When I try to convert Texture packs to the 1.21 version most of the textures wont be recognize when playing Minecraft. this probably is happening because Minecraft added a new system of sorting textures like health or hunger bars. In versions before 1.21 texture packs had most of the time one PNG where everything was compacted like every heart ( poison heart , freeze heart , wither heart) and also xp bars and hunger bars. this changed in 1.21 where everything is now sorted in categories for each individual texture. I think the converter doesn't recognize this and just ignores it which causes the problem of texture not shown in the gui when using the converted texture pack.

old sorting of gui:
icons

new sorting of gui:
image
image

@lowercasebtw
Copy link
Contributor

Hmm, the texture gui splitting happened back in 1.20.2, it should definitely work if you are on 1.21 and the pack was converted from prior to 1.20.2

@lowercasebtw
Copy link
Contributor

lowercasebtw commented Aug 3, 2024

And the converter defenitly handles this because im the one who implemented it

@CoryBorek
Copy link
Member

Which release of the Converter were you using when this happened? This can help debug what could be the issue.

@CoryBorek CoryBorek added the Bug Bug Report label Aug 5, 2024
@purifiedfire
Copy link

I had this issue as well... I am (somewhat desperately) trying to get this Pumpkin Party Remastered map and resource pack to work on 1.21 for my private homeschool co-op server as a Halloween event. I used the latest build from Jenkins [ResourcePackConverter-Gui-2.2.5.jar] and used the most recent version available for the map... But maybe I should have picked an earlier one? https://www.curseforge.com/minecraft/worlds/pumpkin-party-remastered/files - I got a successful conversion with a few "missing" textures, but when I go to load it fails to load the pack.

@CoryBorek CoryBorek changed the title Converting texture packs to 1.21 isnt working a 100% GUI Texture splitting is mismatching. Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug Report
Projects
None yet
Development

No branches or pull requests

4 participants