FoundationGames/EnhancedBlockEntities

Decorated pot reverts to entity model when interacted with

muzikbike opened this issue · 2 comments

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

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

3am brain, disregard this