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

[ Texture Issue ] oak_lantern via FORGE #16

Open
Xelbayria opened this issue Oct 28, 2024 · 0 comments
Open

[ Texture Issue ] oak_lantern via FORGE #16

Xelbayria opened this issue Oct 28, 2024 · 0 comments

Comments

@Xelbayria
Copy link

Xelbayria commented Oct 28, 2024

The texture size of oak_lantern via 1.20.1 using latest version of bbb.

it's 18x16. It should be 16x16. Why? it's causing the mipmapping to be limited to a lower level or forced to be off.

EveryCompat has the mask texture for that bbb and also have the module.

There are 2 options:

  1. You can include the built-in module in your mod for FORGE like you did for FABRIC. I can remove the module from EveryCompat and also the texture mask. problem solved.
  2. change the size of texture to 16x16. I would assume it's impossible.

This is related to EveryCompat's issue

EDIT:
FYI, mipmapping use power of 2. so a user would want to use level 4 which is 2 ^ 4 = 16

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

No branches or pull requests

1 participant