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

Decorated pot item form still uses the entity model #168

Open muzikbike opened 11 months ago

muzikbike commented 11 months ago

This mod changes decorated pots over to using block models, which has a side effect of eliminating unwanted quads inside of the pot that are normally not visible anyway. 2023-07-11_15 00 26 2023-07-11_15 00 38 2023-07-11_15 01 02

However, these planes still appear to be present on the item forms of the pot, which is inconsistent. 2023-07-11_15 00 53 2023-07-11_15 00 54

There is a chance that this could be the reason decorated pots are affected by #167.