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

Sign in UI ignores custom models #80

Closed muzikbike closed 2 years ago

muzikbike commented 2 years ago

Observe how the following screenshot shows a warped wall sign with a missing texture, yet the UI still has a normal-looking texture on the sign: 2022-02-10_19 32 56

It'd be expected that either the warped wall sign's block model would be used here instead, or that there'd be a new, dedicated, alternate block model for wall signs for when being written on in the UI (this option may be preferable to avoid any potential issues caused by rendering the whole 3D model in the UI).

FoundationGames commented 2 years ago

Fixed in latest commit