Updated energy textures to lower case
|
@ -34,23 +34,23 @@ public class BlockEnanReactorCore extends BlockAbstractContainer {
|
|||
@Override
|
||||
public void registerBlockIcons(IIconRegister iconRegister) {
|
||||
iconBuffer = new IIcon[17];
|
||||
iconBuffer[16] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreTopBottom");
|
||||
iconBuffer[0] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide00");
|
||||
iconBuffer[1] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide01");
|
||||
iconBuffer[2] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide02");
|
||||
iconBuffer[3] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide03");
|
||||
iconBuffer[4] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide10");
|
||||
iconBuffer[5] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide11");
|
||||
iconBuffer[6] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide12");
|
||||
iconBuffer[7] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide13");
|
||||
iconBuffer[8] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide20");
|
||||
iconBuffer[9] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide21");
|
||||
iconBuffer[10] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide22");
|
||||
iconBuffer[11] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide23");
|
||||
iconBuffer[12] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide30");
|
||||
iconBuffer[13] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide31");
|
||||
iconBuffer[14] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide32");
|
||||
iconBuffer[15] = iconRegister.registerIcon("warpdrive:energy/enanReactorCoreSide33");
|
||||
iconBuffer[16] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-top_bottom");
|
||||
iconBuffer[ 0] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side00");
|
||||
iconBuffer[ 1] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side01");
|
||||
iconBuffer[ 2] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side02");
|
||||
iconBuffer[ 3] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side03");
|
||||
iconBuffer[ 4] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side10");
|
||||
iconBuffer[ 5] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side11");
|
||||
iconBuffer[ 6] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side12");
|
||||
iconBuffer[ 7] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side13");
|
||||
iconBuffer[ 8] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side20");
|
||||
iconBuffer[ 9] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side21");
|
||||
iconBuffer[10] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side22");
|
||||
iconBuffer[11] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side23");
|
||||
iconBuffer[12] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side30");
|
||||
iconBuffer[13] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side31");
|
||||
iconBuffer[14] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side32");
|
||||
iconBuffer[15] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_core-side33");
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
|
@ -33,9 +33,9 @@ public class BlockEnanReactorLaser extends BlockAbstractContainer {
|
|||
@Override
|
||||
public void registerBlockIcons(IIconRegister iconRegister) {
|
||||
iconBuffer = new IIcon[3];
|
||||
iconBuffer[0] = iconRegister.registerIcon("warpdrive:energy/enanReactorLaserTopBottom");
|
||||
iconBuffer[1] = iconRegister.registerIcon("warpdrive:energy/enanReactorLaserSides");
|
||||
iconBuffer[2] = iconRegister.registerIcon("warpdrive:energy/enanReactorLaserActive");
|
||||
iconBuffer[0] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_laser-top_bottom");
|
||||
iconBuffer[1] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_laser-side_inactive");
|
||||
iconBuffer[2] = iconRegister.registerIcon("warpdrive:energy/enan_reactor_laser-side_active");
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
|
@ -69,18 +69,18 @@ public class BlockEnergyBank extends BlockAbstractContainer {
|
|||
@Override
|
||||
public void registerBlockIcons(IIconRegister iconRegister) {
|
||||
icons = new IIcon[12];
|
||||
icons[ 0] = iconRegister.registerIcon("warpdrive:energy/energyBankCreativeDisabled");
|
||||
icons[ 1] = iconRegister.registerIcon("warpdrive:energy/energyBankCreativeInput");
|
||||
icons[ 2] = iconRegister.registerIcon("warpdrive:energy/energyBankCreativeOutput");
|
||||
icons[ 3] = iconRegister.registerIcon("warpdrive:energy/energyBankBasicDisabled");
|
||||
icons[ 4] = iconRegister.registerIcon("warpdrive:energy/energyBankBasicInput");
|
||||
icons[ 5] = iconRegister.registerIcon("warpdrive:energy/energyBankBasicOutput");
|
||||
icons[ 6] = iconRegister.registerIcon("warpdrive:energy/energyBankAdvancedDisabled");
|
||||
icons[ 7] = iconRegister.registerIcon("warpdrive:energy/energyBankAdvancedInput");
|
||||
icons[ 8] = iconRegister.registerIcon("warpdrive:energy/energyBankAdvancedOutput");
|
||||
icons[ 9] = iconRegister.registerIcon("warpdrive:energy/energyBankSuperiorDisabled");
|
||||
icons[10] = iconRegister.registerIcon("warpdrive:energy/energyBankSuperiorInput");
|
||||
icons[11] = iconRegister.registerIcon("warpdrive:energy/energyBankSuperiorOutput");
|
||||
icons[ 0] = iconRegister.registerIcon("warpdrive:energy/energy_bank_creative-disabled");
|
||||
icons[ 1] = iconRegister.registerIcon("warpdrive:energy/energy_bank_creative-input");
|
||||
icons[ 2] = iconRegister.registerIcon("warpdrive:energy/energy_bank_creative-output");
|
||||
icons[ 3] = iconRegister.registerIcon("warpdrive:energy/energy_bank_basic-disabled");
|
||||
icons[ 4] = iconRegister.registerIcon("warpdrive:energy/energy_bank_basic-input");
|
||||
icons[ 5] = iconRegister.registerIcon("warpdrive:energy/energy_bank_basic-output");
|
||||
icons[ 6] = iconRegister.registerIcon("warpdrive:energy/energy_bank_advanced-disabled");
|
||||
icons[ 7] = iconRegister.registerIcon("warpdrive:energy/energy_bank_advanced-input");
|
||||
icons[ 8] = iconRegister.registerIcon("warpdrive:energy/energy_bank_advanced-output");
|
||||
icons[ 9] = iconRegister.registerIcon("warpdrive:energy/energy_bank_superior-disabled");
|
||||
icons[10] = iconRegister.registerIcon("warpdrive:energy/energy_bank_superior-input");
|
||||
icons[11] = iconRegister.registerIcon("warpdrive:energy/energy_bank_superior-output");
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
|
@ -123,7 +123,7 @@ public class TileEntityEnanReactorCore extends TileEntityAbstractEnergy implemen
|
|||
if (!hold) {// still loading/booting => hold simulation
|
||||
// unstable at all time
|
||||
if (shouldExplode()) {
|
||||
// explode();
|
||||
explode();
|
||||
}
|
||||
increaseInstability();
|
||||
|
||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"animation": {
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |