-
Notifications
You must be signed in to change notification settings - Fork 8
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
Texture problems #7
Comments
32x textures have to be provided for these mods, the easiest way to do this is to add a mod (eg, moreores_textures) that depends on moreores and adds it's own version of the moreores textures. |
Great idea ShadowNinja |
another solution could be the engine change and scaling the textures. |
The problem with that would be that we would have 16px superposed with |
to fix this, make sure both stone texture and ore overlay are the same resolution. also make sure the texture name on your texturepack matches the name of the textures in mods\default_tweaks\textures |
Providing 32 px textures for default while using submodules causes problems with mods like moreores, which overlay textures. Moreover, this causes some textures to be 32 px while others are 16 px, and that doesn't fit well together
The text was updated successfully, but these errors were encountered: