EnhancedBlockEntities icon indicating copy to clipboard operation
EnhancedBlockEntities copied to clipboard

Delete unnecessary faces from models, add cullface where it makes sense

Open muzikbike opened this issue 3 years ago • 1 comments
trafficstars

These shouldn't cause any visual differences outside of Spectator or otherwise clipping into blocks in unexpected ways, but cuts down on model file size a bit. The game also doesn't need to render as much, which is also a bonus.

Fixes #77, fixes #78 (for the former, cullface was left out for sign tops since it'd look weird with carpets on top, as well as several faces which the game refuses to cull since the block's hitbox doesn't extend out far enough, such as the thin sides of standing signs as well as chest locks)

muzikbike avatar Feb 10 '22 22:02 muzikbike

This has been implemented in the latest version

RaptaG avatar Jul 09 '23 16:07 RaptaG