{
return new TileEntityOxygenStorageModule();
}
else if (metadata >= BlockMachine2.CIRCUIT_FABRICATOR_METADATA)
{
return new TileEntityCircuitFabricator();
}
else if (metadata >= BlockMachine2.ELECTRIC_COMPRESSOR_METADATA)
{
return new TileEntityElectricIngotCompressor();
}