You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
change the size of texture to 16x16. I would assume it's impossible.
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:
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
The text was updated successfully, but these errors were encountered: