Fixed texture seems on Engines

This commit is contained in:
CovertJaguar 2012-08-09 12:45:40 -07:00
parent a602f33ed6
commit 50a6716f42
9 changed files with 4 additions and 4 deletions

View file

@ -39,25 +39,25 @@ public class RenderEngine extends TileEntitySpecialRenderer implements IInventor
public RenderEngine() {
// constructor:
box = new ModelRenderer(model, 0, 0);
box = new ModelRenderer(model, 0, 1);
box.addBox(-8F, -8F, -8F, 16, 4, 16);
box.rotationPointX = 8;
box.rotationPointY = 8;
box.rotationPointZ = 8;
trunk = new ModelRenderer(model, 0, 0);
trunk = new ModelRenderer(model, 1, 1);
trunk.addBox(-4F, -4F, -4F, 8, 12, 8);
trunk.rotationPointX = 8F;
trunk.rotationPointY = 8F;
trunk.rotationPointZ = 8F;
movingBox = new ModelRenderer(model, 0, 0);
movingBox = new ModelRenderer(model, 0, 1);
movingBox.addBox(-8F, -4, -8F, 16, 4, 16);
movingBox.rotationPointX = 8F;
movingBox.rotationPointY = 8F;
movingBox.rotationPointZ = 8F;
chamber = new ModelRenderer(model, 0, 0);
chamber = new ModelRenderer(model, 1, 1);
chamber.addBox(-5F, -4, -5F, 10, 2, 10);
chamber.rotationPointX = 8F;
chamber.rotationPointY = 8F;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 B

After

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 423 B