New textures, round 1.
|
@ -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[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[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[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[7][0] = register.registerIcon("mekanism:TurbineRod");
|
||||||
icons[8][0] = register.registerIcon("mekanism:RotationalComplexSide");
|
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[10][0] = ctms[10].mainTextureData.icon;
|
||||||
icons[11][0] = ctms[11].mainTextureData.icon;
|
icons[11][0] = ctms[11].mainTextureData.icon;
|
||||||
icons[12][0] = ctms[12].mainTextureData.icon;
|
icons[12][0] = ctms[12].mainTextureData.icon;
|
||||||
icons[13][0] = register.registerIcon("mekanism:SteelCasing");
|
icons[13][0] = ctms[13].mainTextureData.icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.4 KiB |