Updated more assets to lowercase
|
@ -100,7 +100,7 @@ public class BlockForceField extends BlockAbstractForceField implements IDamageR
|
|||
icons = new IIcon[16];
|
||||
|
||||
for (int i = 0; i < 16; ++i) {
|
||||
icons[i] = iconRegister.registerIcon(getTextureName() + "_" + i);
|
||||
icons[i] = iconRegister.registerIcon(getTextureName() + "-" + i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -28,12 +28,12 @@ public class BlockLift extends BlockAbstractContainer {
|
|||
@Override
|
||||
public void registerBlockIcons(final IIconRegister iconRegister) {
|
||||
iconBuffer = new IIcon[6];
|
||||
iconBuffer[0] = iconRegister.registerIcon("warpdrive:movement/liftSideOffline");
|
||||
iconBuffer[1] = iconRegister.registerIcon("warpdrive:movement/liftSideUp");
|
||||
iconBuffer[2] = iconRegister.registerIcon("warpdrive:movement/liftSideDown");
|
||||
iconBuffer[3] = iconRegister.registerIcon("warpdrive:movement/liftUpInactive");
|
||||
iconBuffer[4] = iconRegister.registerIcon("warpdrive:movement/liftUpOut");
|
||||
iconBuffer[5] = iconRegister.registerIcon("warpdrive:movement/liftUpIn");
|
||||
iconBuffer[0] = iconRegister.registerIcon("warpdrive:movement/lift-side_offline");
|
||||
iconBuffer[1] = iconRegister.registerIcon("warpdrive:movement/lift-side_up");
|
||||
iconBuffer[2] = iconRegister.registerIcon("warpdrive:movement/lift-side_down");
|
||||
iconBuffer[3] = iconRegister.registerIcon("warpdrive:movement/lift-top_inactive");
|
||||
iconBuffer[4] = iconRegister.registerIcon("warpdrive:movement/lift-top_out");
|
||||
iconBuffer[5] = iconRegister.registerIcon("warpdrive:movement/lift-top_in");
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |