New textures, round 1.

This commit is contained in:
aidancbrady 2016-07-17 21:14:47 -04:00
parent 1d51dd34dc
commit 71fbf0a2bd
7 changed files with 2 additions and 1 deletions

View file

@ -110,6 +110,7 @@ public class BlockGenerator extends BlockContainer implements ISpecialBounds, IB
ctms[10] = new CTMData("ctm/TurbineCasing", this, Arrays.asList(10, 11, 12)).registerIcons(register);
ctms[11] = new CTMData("ctm/TurbineValve", this, Arrays.asList(10, 11, 12)).registerIcons(register);
ctms[12] = new CTMData("ctm/TurbineVent", this, Arrays.asList(10, 11, 12)).registerIcons(register);
ctms[13] = new CTMData("ctm/SaturatingCondenser", this, Arrays.asList(13)).registerIcons(register);
icons[7][0] = register.registerIcon("mekanism:TurbineRod");
icons[8][0] = register.registerIcon("mekanism:RotationalComplexSide");
@ -119,7 +120,7 @@ public class BlockGenerator extends BlockContainer implements ISpecialBounds, IB
icons[10][0] = ctms[10].mainTextureData.icon;
icons[11][0] = ctms[11].mainTextureData.icon;
icons[12][0] = ctms[12].mainTextureData.icon;
icons[13][0] = register.registerIcon("mekanism:SteelCasing");
icons[13][0] = ctms[13].mainTextureData.icon;
}
@Override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB