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
238 stars 61 forks source link

Decorated pots apply incorrect textures on top and bottom faces (EBE v0.10.1 MC1.21) #235

Open Cedric-Vii opened 4 months ago

Cedric-Vii commented 4 months ago

Issue encountered in Minecraft 1.21 with EnhancedBlockEntities v0.10.1

Decorated Pots display incorrect UV-mapping. When placed in-world, the model applies the bottom texture to the top of the block, and the top texture to the bottom, reversing the Vanilla UV. Note, however, that the held/inventory model still works as expected. I've confirmed that this is tied to EBE by removing the mod, which immediately fixes the issue.

See attached screenshots:

I've also attached an example pack with textures demonstrating the issue, i.e. the colors used in the above screenshots. broken_pot_test.zip