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 pot reverts to entity model when interacted with #214

Closed muzikbike closed 3 weeks ago

muzikbike commented 3 weeks ago

Found while testing #213.

We can tell that it's the entity model due to interior faces becoming visible again, which aren't part of the decorated pot's block model from the mod. Rendering said model as an entity is fine in this case, but it should use the actual block models rather than the deprecated entity model.

2024-06-06_07 32 08 2024-06-06_07 32 20

FoundationGames commented 3 weeks ago

That specific interior face is part of the decorated pot baked block model added by EBE. The animated decorated pot is being rendered using the block models, as implemented here and declared here

muzikbike commented 3 weeks ago

3am brain, disregard this