FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
228 stars 52 forks source link

Chests blurry when looking from a distance #186

Closed Badinek closed 7 months ago

Badinek commented 9 months ago

Hello, chests look blurry when youre looking from about 4-20 blocks away. Theres also this weird line on top of doublechests separating the two blocks. It doesnt look very nice so i would appreciate if you fixed this issue. javaw_FAa2QOgxKh javaw_lmj7vfjnFq The shulker models also have a visual bug. the part where the top of shulker goes up has small holes. javaw_vq2jYKarLe javaw_sDmYcrkOmQ

Using your optimization resource pack seems to fix neither issue.

muzikbike commented 9 months ago

This appears to be due to mipmapping, which isn't a thing for chest blocks in vanilla but gets applied to them with this mod as a consequence of them using proper block models.

muzikbike commented 8 months ago

Actually, it probably does exist for chests in vanilla. No idea why I said the above, that atlas has mipmapped versions.

FoundationGames commented 7 months ago

Mipmapping is a vanilla feature and the line on top of chests is an unavoidable artifact of mipmapping I don't plan on adding an option to generate mipmap padding for the chest texture, since texture generation in this mod is already causing compatibility issues with some mods on Quilt The crease on shulker boxes seems to be a float precision issue and I cannot fix that without stretching the model and instead creating a z-fighting issue (and, this is more noticeable when using Sodium, for reasons beyond my control)