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 chipped textures #49

Open
wants to merge 1 commit into
base: 1.19
Choose a base branch
from
Open

Fix chipped textures #49

wants to merge 1 commit into from

Conversation

arconyx
Copy link

@arconyx arconyx commented Jun 4, 2023

Installed this mod alongside Chipped, found lots of missing textures, decided to patch it.

The problem was the texture paths used by Chipped did not match any of the formats tried by this mod. These changes introduce support for an alternate texture path based on Chipped to resolve these issues.

It doesn't seem to entirely resolve issues with the top texture for Chipped mushroom stems but there are no obvious missing textures when scanning the EMI images and a proper fix may be fiddly.

The fallback handling for missing log textures has also been changed to call the normal plank texture function, as it was calling a more basic function that didn't try alternate paths, leading to failures.

The texture paths used by Chipped did not match any of the formats
tried by this mod. These changes introduce support for an alternate
texture path based on Chipped to resolve these issues.

It doesn't seem to entirely resolve issues with the top texture for
Chipped mushroom stems but there are no obvious missing textures when
scanning the EMI images and a proper fix may be fiddly.

The fallback handling for missing log textures has also been changed
to call the normal plank texture function, as it was calling a more
basic function that didn't try alternate paths, leading to failures.
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.

1 participant