Skip to content

Fix regression loading zipped texture packs #19860

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

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Jan 11, 2025

The idea is to use uncompressed zips for texture packs, but inevitably some will be compressed.

And, can't seek in compressed zips, so go back to the previous method of re-opening the file.

Let's add a comment too, to not do this again.

Thanks Nukem for debugging. Fixes #19785

Can't seek in compressed zips. Let's add a comment too to not do this
again.

Thanks Nukem for debugging.
@hrydgard hrydgard added this to the v1.19.0 milestone Jan 11, 2025
@hrydgard hrydgard merged commit a23cbec into master Jan 11, 2025
19 checks passed
@hrydgard hrydgard deleted the zip-texture-pack-regression-fix branch January 11, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Texture replacement no longer works in ZIP
1 participant