Removed curative animation
This commit is contained in:
parent
5575803869
commit
8965c17333
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue