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

Decorated pots held by endermen are invisible #215

Open muzikbike opened 3 weeks ago

muzikbike commented 3 weeks ago

As a result of converting things over to block models, some entity-rendered blocks that render invisible in vanilla will now render visibly when held by endermen. Said blocks include signs and hanging signs. However, decorated pots, despite also being converted over, do not render at all if held by endermen.

Without EBE: 2024-06-07_15 00 03

With EBE: 2024-06-07_15 00 40

Cause may be related to #168 if it's still pointing to the entity model somehow rather than proper block models.