IDK how this happened
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user