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
229 stars 52 forks source link

Some vanilla atlases may be made redundant and could be disabled #165

Open muzikbike opened 11 months ago

muzikbike commented 11 months ago

Using F3+S, we can now dump dynamic textures. With EBE, here's how blocks.png-atlas looks in 1.20.1: minecraft_textures_atlas_blocks png_0

It includes textures for beds, chests, signs and shulkers, which the vanilla atlas does not. This means it may be possible for this mod to disable the creation of dedicated bed, chest and sign atlases given that the blocks atlas will take care of these anyway. (This would be a toggle in the interests of mod compatibility.)