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

Fix a crash #120

Closed BlockOG closed 1 year ago

BlockOG commented 1 year ago

The sign might not even actually be there when placed on some servers, so this crashes the client because it's trying to change a state which doesn't exist on a non-sign block

FoundationGames commented 1 year ago

Was addressed in a recent commit, but thanks for the contribution