Several textures are far larger than they should be.
Vaelzan opened this issue ยท 1 comments
While checking out a texture dump of Valhelsia 3 I noticed that these textures are 256x256 (or 256x64 for the sign post), and it appears unintentional since the other hanging signs are 16x16 (and 64x16 for the post):
There's also some 64x64 textures that probably don't need to be so big either:
Note that I have only checked the block texture atlas, so there may be textures in other atlases that need changing too.
These have a pretty big impact on AMD GPUs, especially with mipmaps turned on (as a side effect of how Minecraft handles animated textures). Supplementaries uses a little over 5% of the block texture atlas in Valhelsia 3 at the moment.
I'll address that. I didn't make those myself so I was unaware of that.
Oh the rope ones needs to be that big because they are using some pretty odd model hackery to have a blockmodel larger that 1 block with minimal shading errors. I will remove those too eventually since I'll replace that rope extension with an actual block
Oh btw what mod are you using to view the block atlas?