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.
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