Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalBlueFlame committed Oct 13, 2023
1 parent afe4afe commit a1ee632
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/train/client/render/models/ModelF7A.java
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ public void render(Entity entity, float f, float f1, float f2, float f3, float f
theTrucc.render(entity, f, f1, f2, f3, f4, f5);
GL11.glPopMatrix();
} else if (entity instanceof AbstractTrains && ((AbstractTrains) entity).getColor() == 8) {
Tessellator.bindTexture(new ResourceLocation(Info.resourceLocation, "textures/trains/blombergb_2_Espee.png"));
Tessellator.bindTexture(new ResourceLocation(Info.resourceLocation, "textures/trains/blombergB_2_Espee.png"));
GL11.glPushMatrix();
GL11.glTranslated(-0.9, -0.01, 0);
theTrucc.render(entity, f, f1, f2, f3, f4, f5);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/train/client/render/models/ModelF7B.java
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ public void render(Entity entity, float f, float f1, float f2, float f3, float f
theTrucc.render(entity, f, f1, f2, f3, f4, f5);
GL11.glPopMatrix();
} else if (entity instanceof AbstractTrains && ((AbstractTrains) entity).getColor() == 8) {
Tessellator.bindTexture(new ResourceLocation(Info.resourceLocation, "textures/trains/blombergb_2_Espee.png"));
Tessellator.bindTexture(new ResourceLocation(Info.resourceLocation, "textures/trains/blombergB_2_Espee.png"));
GL11.glPushMatrix();
GL11.glTranslated(-1.2, -0.01, 0);
theTrucc.render(entity, f, f1, f2, f3, f4, f5);
Expand Down

0 comments on commit a1ee632

Please sign in to comment.