Removed curative animation

This commit is contained in:
Kino 2017-12-28 18:13:06 -05:00
parent 5575803869
commit 8965c17333

View file

@ -86,7 +86,7 @@ public class AetherOverlay
Tessellator tessellator = Tessellator.getInstance();
VertexBuffer renderer = tessellator.getBuffer();
float alpha = getCureAlpha(-((float)playerAether.poisonInstance().poisonTime + 100.0F) / 100.0F);
float alpha = 0.5F;
int width = scaledresolution.getScaledWidth();
int height = scaledresolution.getScaledHeight();