IDK how this happened

This commit is contained in:
2025-08-19 22:50:21 +02:00
parent 0250db36c2
commit cf5519bbd4

View File

@@ -53,7 +53,7 @@ public final class IndicatorTintLayer<T extends BlockEntity & GeoAnimatable> ext
public void render(PoseStack poseStack, T animatable, BakedGeoModel model, RenderType baseType,
MultiBufferSource bufferSource, VertexConsumer buffer, float partialTick,
int packedLight, int packedOverlay) {
// final int argb = resolveColor(animatable);
final int argb = resolveColor(animatable);
final float a = ((argb >>> 24) & 0xFF) / 255f;
final float r = ((argb >>> 16) & 0xFF) / 255f;
final float g = ((argb >>> 8) & 0xFF) / 255f;