Moving Elevators

Moving Elevators

7M Downloads

[Bug] Mip Level 0

itsdinkd opened this issue · 3 comments

commented

[22:34:26] [Worker-Main-10/WARN]: Texture movingelevators:blocks/buttons with size 23x23 limits mip level from 4 to 0

latest 1.18 mod

commented

I changed the texture to be 32 by 32 now in Moving Elevators 1.3.0.

Thank you for reporting the issue!

commented

Minecraft tries to generate mipmaps for all textures, however only texture that are a power of 2 in size will work.
The texture it shows the warning for is the button texture for the elevator controller. I don't think it's very important to have those textures mipmapped as they are not used frequently anyways.

I will have to see if I want to change my code just to make that warning go away.

commented