Slab Block Color Fix

This commit is contained in:
ada_aster
2025-12-17 22:08:45 -05:00
parent 276d90b3e6
commit 81b6a25805
@@ -293,7 +293,7 @@ public class ClientBlockStateColorCache
#else
List<BlockModelPart> blockModelPartList = Minecraft.getInstance().getModelManager().getBlockModelShaper().
getBlockModel(effectiveBlockState).collectParts(RANDOM);
quads = new ArrayList<>();
if (blockModelPartList != null)
{