Glasses fix yes

This commit is contained in:
UnknownUser1789 2023-01-15 19:12:17 +00:00
parent 9aa3a90ac3
commit ad5e2d32c2
3 changed files with 8347 additions and 8346 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -103,7 +103,7 @@ public class Glasses extends CosmeticBase {
public void render(Entity entityIn, float limbSwing, float limbSwingAmout, float ageInTicks, float headYaw, float headPitch, float scale) {
GlStateManager.pushMatrix();
GlStateManager.translate(0, -1, 0);
GlStateManager.translate(0, -0.1, -0.05);
GlStateManager.color(0, 0, 0);
Glasses1.render(scale);
Glasses2.render(scale);