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

Cullface for wall hanging signs with smooth sign lighting off #161

Open koopaboopa opened 12 months ago

koopaboopa commented 12 months ago

With smooth sign lighting turned off, there's an issue with the hanging sign model culling. 2023-07-06_11 34 35 I think it's this line: https://github.com/FoundationGames/EnhancedBlockEntities/blob/87c16e55371c2f64c1d136c88a8ebfc82aba31f8/src/main/resources/assets/minecraft/models/block/template_wall_hanging_sign.json#L75

CocoManiaDX commented 4 months ago

Trying to figure out what mod was causing this issue was driving me crazy, thank you! Thanfully it's an easy fix with a resource pack, but yeah, this is still a bug on the 1.20.1 version.