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 top and bottom textures are reversed #196

Open MerpisMe opened 7 months ago

MerpisMe commented 7 months ago

the base block model for decorated pots has the UVs for the top and bottom flipped; the bottom is assigned to the top texture and vice versa

don't ask me why they're the opposite from how box uv works, i genuinely have no idea why lol

EBE model: image

vanilla entity model: image